A small RTS game based on Cocos2dx, using c++
Introduction and document please refer to /document
Note: this game is only support win32 for now
Using Visual Studio to open /proj.win32/HelloCpp.sln
and compile it
本项目目前只支持Windows平台,
- 源代码详见Classes目录下,以及proj.win32有三个平台有关的默认代码
- 资源文件详见Resources目录
- 文档及说明请见Report目录,文档及说明的源文件(.md)请见documents目录
编译需要cocos2dx环境支持,详见 官方网站。
游戏支持局域网多人联机,详细玩法参见用户手册
点击“Start Game”,然后点击“Start As Server”,之后选择端口号,然后点击“Start Server”,此时屏幕下方会显示连接状态连接数等,等连接到足够数量后,可点击“Start Game”开始游戏。
点击“Start Game”,然后点击“Start As Client”,之后输入IP地址和端口号,然后点击“Join Game”,此时屏幕下方会显示连接状态,等待服务端确认连接。服务端确认连接后游戏即开始。