A Platform based game with score sharing feature. Made with JavaScript Game library - Phaser 3.
Node.js is required to install dependencies and run scripts via npm
.
Use left and right arrow keys to control the player. Land on the platform to stay alive. Player dies when falls on the ground.
- Phaser 3
- Javascript (ES6)
- Sass
- Webpack
- Jest
Command | Description |
---|---|
npm install |
Install project dependencies |
npm start |
Build project and open web server running project |
npm run build |
Builds code bundle with production settings (minification, uglification, etc..) |
npm test |
Tests the applications |
Muhammad Umar
- Github: @mohammadumar28
- LinkedIn: Mohammad Umar
- Twitter: @Mohammadumar28
- Email: mohammadumar28@gmail.com
- Fork this repo.
- Create your feature branch
git checkout -b my-new-feature
. - Commit your changes
git commit -am "Add some feature"
. - Push to the branch
git push origin my-new-feature
. - Create a new Pull Request.