preview.mp4
✔️ Moving with arrow keys
✔️ Double speed with spacebar
✔️ Increase speed when ate the apple
✔️ Save the score
✔️ See the leaderboard
✔️ Animations
✔️ Sounds
✔️ Buttons for mobile
✔️ Mutation skill: Eat golden apple to disable all collisions
-
Install NodeJS
-
Install Yarn
npm install --global yarn
-
Use .env.example files to create .env files
-
Install dependencies (run this in the root of the project)
cd server && yarn install && cd .. && cd client && yarn install && cd ..
- Start server and client (run this in the root of the project)
cd server && start yarn start:dev && cd .. && cd client && start yarn start && cd ..