Roadmap
- Create endless runner game with parallax scrolling background.
- Physics, collision arcade physics.
- Add Collectable and increment score in UI
- Create a score cache
- Add Firebase login/save data
Intro : This game is an endless runner with arcade physics where player will be avoiding traps, enemies which collecting collectables throughout the game to achieve highscore. Score will be updated in database firebase.
Navigate to the project root. use below npm command to install dependency and npm run dev to start server and test
$ npm install