HTML5 plarform game where you have to avoid falling rocks while jumping from one platform to another. Built with Phaser 3.
Explore the docs »
·
Live version
·
Report Bug
Avoider is a platform game where you will have to jump from one platform to another while avoiding the falling rocks, try to survive as long as possible.
- Play game using arrow keys
- Stop Music
- Stop sound
- Add score to leaderboad API
- Get the leaderboard
- Keep track of how long the user survives.
- Javascript(ES6)
- Webpack
- NodeJs
- Phaser
- Use left and right arrow keys to move
- Use up arrow key to jump
- Jump from one platform to the other, if you touch the water you lose
- Avoid the falling rocks, if you touch a rock you lose
- There is a chronometer in the top left corner, your score is how much time you last
- Try to survive as much time as possible!
- Webpack v4.43.0
- npm
Use the git to clone the project to your local machine.
$ git clone https://github.com/kalavhan/platform-game-js.git
Navigate to the extracted folder
cd platform-game-js
Install the dependencies and modules
$ npm install
$ npm start
This will open the app at 127.0.0.1:9000. If it doesn't open, visit http://localhost:9000
👤 Josue Brigido
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is licensed under MIT license - see LICENSE for more details.