easeljs-box2d-example
easeljs-box2d-example copied to clipboard
EaselJS + Box2d
A coffeescript implementation of the basics of a side-scroller game utilizing the EaselJS and Box2D libraries.

Installation
Install Gulp
$ npm install -g gulp
Install Dependencies
$ git clone [email protected]:tommymarshall/easeljs-box2d-example.git
$ cd easeljs-box2d-example
$ npm install
$ gulp
Development
While running gulp from the command line, any images, coffeescript, or .html files that are saved will automatically be optimized, compiled or copied and added to the build directory.
Relavent files for the game are all saved in source/javascripts/ directory as .coffee files.