Cocos2dx making PC games

As the title says, I will use cocos2dx to make a PC game.
I have some knowledge about cocos2dx.
What do I need to do?
Thanks.

  • Download cocos2d-x.
  • Run setup.py.
  • Open cmd and go to the location where you want the project.
  • Run cocos new <game name> -p <package identifier> -l <language>.
  • In the proj.win32 folder open the visual studio project.
  • Start making your game.
1 Like

:grinning::grinning::grinning::grinning:
I’ll try it right now!

1 Like

Now, I have done a demo. I want to make it into a program can run on another computer.
Then, what do I need?

You can compile your game from the command line using the cocos tool -
cocos compile -p win32 -m release