Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giginet/cocos2d-html5-demo


https://github.com/giginet/cocos2d-html5-demo

Last synced: about 2 months ago
JSON representation

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`