A template for creating a platformer game with Cocos2d-JS.
#Setup
- Clone this repo.
- Follow Cocos 2d installation instructions.
- Take the
frameworks/
directory from the downloaded source code into this directory. - Run
$ cocos run -p web
from the command line to see your game in a browser.