An awesome combination. Develop games faster, with less friction with tooling.
- Phaser game engine
- Gulp.js for blazing-fast, maintainable builds
- Static server and Live-Reload for faster turnaround times
- Mini platformer from the phaser tutorial set up
- Coffeescript for sane, succint code and build
- Sass for awesome style
You need to have node.js installed on your machine.
-
Install the Chrome live-reload extension
-
Set up your project:
$ git clone git@github.com:jondot/gulpjs-phaser.git && cd gulpjs-phaser
$ npm install -g gulp && npm install
$ gulp
$ open http://localhost:3000
- Edit your code and watch everything update automagically.
Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).
- Build inspired by this post
Copyright (c) 2014 Dotan Nahum @jondot. See MIT-LICENSE for further details.