Simple arcade game build up with Phaser 3. Based on Phaser official tutorial.
To install dependencies you will need yarn, so go get it if you don't have it yet.
yarn
To start the development server.
yarn start
To build for production.
yarn build
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © Iago Dahlem