All Projects → cocos2d → cocos2d-js__old__

cocos2d / cocos2d-js__old__

Licence: other
cocos2d in JavaScript central repository

cocos2d-console

Download

$ NOT DONE YET

Install

$ NOT DONE YET

Vision of cocos2d-console

A command line tool that lets you create, run, publish, debug, etc… your game. It is the swiss-army knife for cocos2d.

This command line tool is in its early stages.

Examples:

# starts a new project called "My Game" for iOS and Android with JS Bindigns
$ cocos2d new "My Game" --mobile --js

$ cd "My Game"

# Will compile the source code, publish the assests, and then it will send the binary to the simulator
$ cocos2d run --ios


# Will generate a distribution .ipa file ready to be summitted to the App Store
$ cocos2d dist --ios


# Will generate published files
$ cocos2d publish --ios

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].