Added phaser build and hellophaser sample

This commit is contained in:
2014-06-09 21:32:48 -07:00
parent 49f23abbe8
commit 48b5c5714a
856 changed files with 954584 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Phaser-RequireJS
Boilerplate project that combines [Phaser](http://phaser.io) with [RequireJS](http://requirejs.org).
## Structure
The *Hello World* game is found in `www`. The `www` directory will need a `bower install`. Bower dependencies are configured to install into `www/src/libs`.
## NOTE
I haven't yet fully decided whether RequireJS is the right way of modularising a Phaser game.
## Change Log
### Version 0.1.0
- Initial project.