Skip to content

IsaacChan721/bager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floppy Fingers

A drawing game using the Google Handlandmarker and Gesture Recognition API. Implemented using Next.js and Spring Boot.

Currently hosted at floppyfingers.online

Dependencies

Node.js version v20.17.0

JDK-17

Installation

Clone into the repository.

In the /website folder, install Node packages.

npm install

To run the frontend server:

npm run dev

In the /backend folder, run the backend server

./gradlew.bat bootRun #Omit .bat on Linux systems

You will have to modify BackendApplication.java and multiplayerClient.js to use your domain (replace instances of floppyfingers.online).

Access the game by going to the backend server in your browser (it acts as a proxy to the frontend).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.3%
  • Java 39.4%
  • Other 1.3%