Knife Hit clone game build up with Phaser 3.
To install dependencies you will need yarn, so go get it if you don't have it yet.
yarnTo start the development server.
yarn startTo 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