Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 843 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 843 Bytes

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