mirror of https://github.com/axmolengine/axmol.git
017fb550b7 | ||
---|---|---|
.. | ||
module | ||
README.md | ||
create_project.pyw |
README.md
#create_project
First you need install python environment.
There have double ways create new cocos project. Notice:The best of generate path is english path. ##1.UI
- Windows: double click "create_project.pyw" file
- Mac: ./create_project.pyw
- Linux: The tkinter was not installed in the linux's default python, ##2.console $ cd cocos2d-x/tools/project-creator $ ./project-creator.pyw --help $ ./project-creator.pyw -n mygame -k com.your_company.mygame -l cpp -p /home/mygame $ cd /home/mygame