A game sample using cocos2dx-js with some materials from Tencent's flying shooting game 'feiji'(http://feiji.qq.com/).
使用Cocos2dx-js开发的飞行射击游戏Sample,素材来自腾讯《全民飞机大战》。
To see http://www.rogerkang.site:3000 Please Open on Chrome or Firefox
http://www.jianshu.com/p/61fbcf748ee3
- Install Cocos2dx from http://www.cocos2d-x.org/
- Create a new cocos2dx project with Javascript language
- Put the source code file into the root folder of your new project
- Install NodeJS and Npm(you can change to any web server, because it is only used to get resource files)
- Run
npm install
in the root folder of your project - Run
node init.js
under the root folder of your project - Browse
localhost:3000
in your Chrome or Firefox