From 455bcc8a504eb72e6deb0c37088e92bf2293d14f Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sat, 13 Dec 2025 16:08:27 +0800 Subject: [PATCH] Added the future plan --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 43a301f..c2a44f4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ cd build cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ .. ninja ``` + +## 待添加玩法 +- 生命值 +- 道具(直接消灭一个孢子之类的) +- 技能(将孢子发射出去,不断碰撞掉血) +- 随机事件(例如:小于多少的孢子会死亡) + ## 项目结构 ```bash SporeBG-Conid/