Getting to know Phaser.js
- Get the setup
git clone --recursive https://github.com/davidyezsetz/Phaserdemo.git
- Install dependencies
bower install && npm i
- Run with
grunt
- Build with
grunt build
- Generate a new game state with
yo phaser-official:state "stateName"
- Generate a new prefab with
yo phaser-official:prefab "prefabName"