init the projetc

This commit is contained in:
2025-11-21 09:07:40 +08:00
parent 12a214cb13
commit 52a4afe6da
3 changed files with 108 additions and 1 deletions

View File

@@ -1 +1,11 @@
一个棋类游戏与孢子分裂有关本为cpp重构版游戏核心主要玩法由cold1840制定的可以看他的python版本这个版本旨在用cpp完全重写这个游戏并加入许多功能同时cold1840也在一定程度上参与项目的开发与维护
一个棋类游戏与孢子分裂有关本为cpp重构版游戏核心主要玩法由cold1840制定的可以看他的python版本这个版本旨在用cpp完全重写这个游戏并加入许多功能同时cold1840也在一定程度上参与项目的开发与维护
构建指南
确保电脑安装了cmake和ninja,使用gcc与g++
克隆仓库以及子模块
git clone --recursive https://github.com/zhenyan121/SporeBG-Conid.git
mkdir build
cd build
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
ninja