Skip to content

hanmi255/TowerDefence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TowerDefence【双人塔防游戏】

TODO:

功能 详细介绍 预期时间
创建房间[网络通信] 真正意义的双人游戏 2025年4月底
游戏编辑[自定义地图/关卡] 提高自由度和可游玩性 2025年4月底

预览图

启动项目

克隆项目

git clone https://github.com/hanmi255/TowerDefence.git

构建步骤

安装vcpkg

git clone https://github.com/Microsoft/vcpkg
cd your_vcpkg_dir
.\bootstrap-vcpkg.bat
# 配置VCPKG_ROOT环境变量

使用cmake

cd your_dir                            # 进入克隆的目录
mkdir build && cd build                # 创建并进入build目录
cmake ../                              # 启动cmake
cmake --build .                        # 使用默认配置(Debug)编译
[可选]cmake --build . --config Release # 特定配置(Release)编译
cd bin/Debug                           # 进入Debug目录
./TowerDefence.exe                     # 运行游戏

About

双人塔防游戏

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors