Organize game planning docs

This commit is contained in:
2026-06-09 01:02:36 +08:00
parent e8b05e93b9
commit c87b245cea
4 changed files with 14 additions and 149 deletions
+14
View File
@@ -0,0 +1,14 @@
# Game Docs
本文档目录只放游戏层相关文档;引擎、构建和仓库级说明仍保留在项目根目录。
## Planning
- `planning/game_architecture_board.md`:游戏整体架构白板,包含思维导图、模块划分、数据流和阶段路线。
- `planning/scene_build_plan.md`:第一关场景搭建计划,包含素材清单、场景分层和验收标准。
## Naming
- 文件名使用小写 `snake_case`
- 长期有效的计划放入 `planning/`
- 临时调研、实验记录后续单独放入 `research/``notes/`,避免混在根目录。