Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giginet/cocos2d-html5-demo
https://github.com/giginet/cocos2d-html5-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/giginet/cocos2d-html5-demo
- Owner: giginet
- Created: 2013-10-20T07:45:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T08:05:04.000Z (about 11 years ago)
- Last Synced: 2024-10-14T09:53:44.902Z (3 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cocos2d-html5 Demo
This is Demo Game on cocos2d-html5
# Install libraries via bower
This project manages external JavaScript libraries via [bower](https://github.com/bower/bower). You must install these libraries.
1. `npm install bower`
2. `bower install`Then, these libraries will be installed.
- cocos2d-html5
- jQuery
- underscore.js
- requirejs# Auto compile by Guard (option)
1. `bundle install`
2. `bundle exec guard`# Auto reload by guard-livereload
1. Install livereload to your browse.
2. `bundle install`
3. `bundle exec guard`