Quick-cocos2d-x is not much said. I recently learned about this project.
After learning about this, I immediately downloaded a zip package from git.
Decompress the package and you will see the create_project.bat file in the bin directory. It must be used to create a project.
However, there was no response after running. Opening CMD and running it again found that the PHP runtime environment was missing.
Then, at http://windows.php.net/download/, a PHP zippack (the php.exe file is included in the non-source code) is downloaded. decompress the zip package and add the directory to the system path environment variable.
Run create_project.bat again, and the prompt is as follows:
This indicates that no package path is entered.
Then I tried again: create_project.batCN. Wey. Games. Test (the red part is the custom package name)
OK. The project is successfully created and saved in the bin directory.
The created Project can be tested directly with the simulator of the quick-cocos2d-x, the effect is as follows: