phaser/resources/Project Templates/RequireJS
2014-11-25 00:24:28 +00:00
..
assets New Phaser Project Template specifically for requireJS in the resources/Project Templates folder (many thanks @ashatch) 2014-04-29 02:14:13 +01:00
src RequireJS Template fix. 2014-11-25 00:24:28 +00:00
.bowerrc New Phaser Project Template specifically for requireJS in the resources/Project Templates folder (many thanks @ashatch) 2014-04-29 02:14:13 +01:00
bower.json New Phaser Project Template specifically for requireJS in the resources/Project Templates folder (many thanks @ashatch) 2014-04-29 02:14:13 +01:00
index.html New Phaser Project Template specifically for requireJS in the resources/Project Templates folder (many thanks @ashatch) 2014-04-29 02:14:13 +01:00
README.md New Phaser Project Template specifically for requireJS in the resources/Project Templates folder (many thanks @ashatch) 2014-04-29 02:14:13 +01:00

Phaser-RequireJS

Boilerplate project that combines Phaser with RequireJS.

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.