Repository of a workshop to learn web game development with PhaserJS.
The game to develop will be an Arkanoid like.
Git and Node.js are required
-
Clone sources
git clone https://github.com/alvinberthelot/phaser-example-arkanoid
-
Goto directory
cd phaser-example-arkanoid
-
Install dependencies
npm install -g gulp npm install
-
Enjoy :)
gulp