SpeedFight is a game who the first to attack when the "!" appear is the winner.
Install node and npm.
Install dependencies with :
npm install
Launch the server with :
npm start
🚨 If you are on a Windows system, make sure the Firewall is off, or the nodejs process is allowed, in order to be discovered for the other devices in the local network.
When the server is running, open a web browser and go to localhost:8080
. You will see the game and
be ready to play.
Change a file and the server will restart and the browser will refresh.
- Refactor JS files => doing
- Change message when player tap too early (looser step)
- Add possibility to choose between multiple characters
- Add possibility to choose the background for the winner or for the first player connected (level background)
- Add more animations for characters
- Add tests