Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 2.28 KB

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 2.28 KB

Qt写的一个地牢类双人联网PK游戏,后台服务器基于muduo网络库实现。

Part Ⅰ Part Ⅱ Part Ⅲ Part Ⅳ Part Ⅴ Part Ⅵ Part Ⅶ
项目目的 整体结构 核心实现 遇到的困难 打包发布 版本历史 测试及优化

开发环境

  • 操作系统:Win 10
  • 工具:QT 5.6

发布工具

  • 动态链接库生成:QT自带小工具 windeployqt.exe
  • 单个exe文件生成:Enigma Virtual Box

其它