Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 837 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 837 Bytes

EaselJS + Box2d

A coffeescript implementation of the basics of a side-scroller game utilizing the EaselJS and Box2D libraries.

Gameplay

Installation

Install Gulp

$ npm install -g gulp

Install Dependencies

$ git clone git@github.com: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.