Skip to content

cnsuhao/cocos2d-js__old__

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

cocos2d in JavaScript central repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published