Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 Windows 机器上下载了 Cocos2d-x 3.0 rc1。我试图弄清楚如何构建和创建一个新的游戏项目。在旧版本中有一个脚本。新版本在 Windows 上是如何完成的?
我遇到了同样的问题,我是这样解决的:
cd cocos2d-x ./setup.py
然后关闭并再次打开终端:
cocos new MyGame -p com.your_company.mygame -l cpp -d A_FILE_PATH_FOR_YOUR_PROJECT