Skip to content

dschwertfeger/generator-phaser-coffee-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-phaser-coffee-gulp

A Yeoman generator for writing HTML5 games with the Phaser game framework in CoffeeScript. It inlcudes a fantastic Gulp + Browserify build system based on the gulp-starter project by @greypants.

Instructions

Install Node.js if you haven't already.

Install Yeoman, Gulp, and this generator:

npm install -g yo gulp generator-phaser-coffee-gulp

Create a new directory for your game:

mkdir my-game && cd $_

Finally, invoke the generator:

yo phaser-coffee-gulp

Run A Local Development Server

Install Compass if you haven't already.

The gulp-compass module relies on Compass already being installed on your system.

gem update --system
gem install compass
```

Run the server:

`gulp`


## Credit

[@photonstorm](https://github.com/photonstorm/) for creating  [phaser](https://github.com/photonstorm/phaser)

The guys behind [yeoman](https://github.com/yeoman/yeoman)

[Gulp.js](http://www.gulpjs.com)

[Dan Tello](https://github.com/greypants) for [gulp-starter](https://github.com/greypants/gulp-starter)

## License

MIT

About

Yeoman generator for writing HTML5 games with Phaser in CoffeeScript. Includes a Gulp build system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published