cqwrap
v0.2.8
Published
the cocos2d-h5 game creator
Downloads
31
Readme
cqwrap
develop
the cocos2d-html5 game creator
(If you got an error while create the game project on windows, use administrator to run console.)
npm install -g cqwrap
cqwrap -o my_game
cd my_game
./server.sh
visit http://localhost:8000
build
npm install -g requirejs
r.js -o build.js
cp dist/main.js main.js