Explore the docs »
·
Report Bug
·
Request Feature
- About the Project
- Credit
- Screenshots
- How To Play
- Playing Locally
- Testing
- Live Version
- Future Improvements
- License
- Contact
This is an endless runner game where the player has to jump obstacles while running to stay alive. If the player collides with an obstacle the game is over. The game gets faster with time to increase its difficulty. There is a leadership board with players who have gotten the most points.
This project was built with Phaser-3.js, a 2D game framework for making HTML5 games for desktop and mobile.
- Git
- NodeJs
- NPM
- Webpack
- Jest
- Up arrow to jump.
- You can jump twice by double clicking the up arrow.
- Down arrow to slide
Copy the following instructions sequentially into your terminal
-
git clone https://github.com/ClintonEnyinna/endless_runner_game.git
-
cd endless_runner_game
-
Run
npm install -
Run npm run start-dev in your terminal to fire the Webpack server
-
Visit http://localhost:8080 on your browser.
-
cd endless_runner_game
-
Run
npm install -
Run
npm run testto run the test suites
- You can view the app hosted online here.
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE for more information.
Clinton Enyinna - Github profile
Project Link: Project repo







