/JasonAmbition

A game sample using cocos2dx-js with some materials from Tencent's flying shooting game 'feiji'(http://feiji.qq.com/, 全民飞机大战). 基于Cocos2d JS的飞行射击游戏Demo。Cocos2dx-JS learning project.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

JasonAmbition

A game sample using cocos2dx-js with some materials from Tencent's flying shooting game 'feiji'(http://feiji.qq.com/).

使用Cocos2dx-js开发的飞行射击游戏Sample,素材来自腾讯《全民飞机大战》。

Online demo

To see http://www.rogerkang.site:3000 Please Open on Chrome or Firefox

中文教程

http://www.jianshu.com/p/61fbcf748ee3

How to run it

  • 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