A coffeescript implementation of the basics of a side-scroller game utilizing the EaselJS and Box2D libraries.
$ npm install -g gulp
$ git clone git@github.com:tommymarshall/easeljs-box2d-example.git
$ cd easeljs-box2d-example
$ npm install
$ gulp
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.