https://github.com/andrewkatz/arena
cocos2d-html5 arena battle game
https://github.com/andrewkatz/arena
Last synced: about 1 month ago
JSON representation
cocos2d-html5 arena battle game
- Host: GitHub
- URL: https://github.com/andrewkatz/arena
- Owner: andrewkatz
- Created: 2013-10-02T05:00:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T03:48:39.000Z (over 11 years ago)
- Last Synced: 2025-01-28T18:50:17.782Z (3 months ago)
- Language: JavaScript
- Size: 28.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- Changelog: CHANGELOG.txt
- License: licenses/LICENSE_cocos2d-html5.txt
Awesome Lists containing this project
README
Cocos2d-html5
==================[Cocos2d-html5][1] is a cross-platform 2D game engine written in Javascript, based on [Cocos2d-X][2] and licensed under MIT.
It incorporates the same high level api as “Cocos2d JS-binding engine” and compatible with Cocos2d-X.
It currently supports canvas and will support WebGL in the future.Cross Platform
-------------
* Popular browsers: Chrome 14+, Safari 5.0+, IE9+, Firefox 3.5+.
* Mobile platforms: coming soon.
* Native App: Same piece of code can run on "Cocos2d JS-Binding Engine" without or with little modification.Documentation
------------------
* Website: [www.cocos2d-x.org][3]Running the tests
------------------```shell
$ 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`
Contact us
------------------
* Forum: [http://forum.cocos2d-x.org][5]
* Twitter: [http://www.twitter.com/cocos2dhtml5][6]
* Sina macro-blog: [http://t.sina.com.cn/cocos2dhtml5][7]
[1]: http://www.cocos2d-x.org "Cocos2d-html5"
[2]: http://www.cocos2d-x.org "Cocos2d-X"
[3]: http://www.cocos2d-x.org "www.cocos2d-x.org"
[4]: http://www.cocos2d-x.org/embedded/cocos2d-x/classes.html "API References"
[5]: http://forum.cocos2d-x.org "http://forum.cocos2d-x.org"
[6]: http://www.twitter.com/cocos2dhtml5 "http://www.twitter.com/cocos2dhtml5"
[7]: http://t.sina.com.cn/cocos2dhtml5 "http://t.sina.com.cn/cocos2dhtml5"