Skip to content

Instantly share code, notes, and snippets.

@ricardoquesada
Created October 23, 2012 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardoquesada/3940675 to your computer and use it in GitHub Desktop.
Save ricardoquesada/3940675 to your computer and use it in GitHub Desktop.
how to run the cocos2d-html5 tests
$ git clone git://github.com/cocos2d/cocos2d-html5.git
$ cd cocos2d-html5
$ git submodule update --init
$ python -m SimpleHTTPServer
... and run a brower and open it in localhost:8000/tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment