Automated workflow to Phaser Game Development (based on FireShell).
Get started with Phaser-Boilerplate:
- Download and Install NodeJS.
- Install grunt-cli
npm install -g grunt-cli
. - start the workflow double-clicking on
grunt-dev.bat
(Windows) orgrunt-dev.command
(Unix).
- auto-reload game page on changes.
- auto-browserify
- auto-minification of js files
####Steps to contributing:
- Create your feature branch, commit changes and push to origin
- Submit a Pull Request with details on your feature branch
####Guidelines:
- Non-trivial changes should be discussed in an issue first
- Do not create issues for support reasons, use Stack Overflow
Phaser JS Boilerplate is maintained by Luiz "Bills" and it's contributors;
Licensed under MIT.