willmcneilly / confectionery-crush-phaser

A game built with phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulpjs-phaser

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

Getting started

You need to have node.js installed on your machine.

  1. Install the Chrome live-reload extension

  2. 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
  1. Edit your code and watch everything update automagically.

Contributing

Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).

Thanks

Copyright

Copyright (c) 2014 Dotan Nahum @jondot. See MIT-LICENSE for further details.

About

A game built with phaser


Languages

Language:CSS 60.8%Language:CoffeeScript 38.9%Language:JavaScript 0.3%