update readme

This commit is contained in:
bridge
2025-11-02 22:58:57 +08:00
parent 19086de15b
commit 9a9b044afc
2 changed files with 11 additions and 9 deletions

View File

@@ -38,12 +38,13 @@ If you like this project, consider starring it~ You can also watch intro videos
### 🏗️ Foundation
- ✅ World map basics
- ✅ Diverse terrain types (plain, mountain, forest, desert, water, etc.)
- ✅ Time system (year-month timestamps)
- ✅ Frontend UI (pygame)
- ✅ Time system
- ✅ Frontend UI
- ✅ Simulation framework
- ✅ Project documentation (README)
- ✅ Project documentation
- ✅ Config system
- [ ] Standalone release (packaged exe)
- Standalone release (packaged exe)
- [ ] Menu bar (in progress)
- [ ] Web frontend (later)
- [ ] ECS parallel toolkit (later)
- [ ] Player-configurable prompts (later)

View File

@@ -40,12 +40,13 @@
### 🏗️ 基础系统
- ✅ 基础世界地图系统
- ✅ 多样化地形类型(平原、山脉、森林、沙漠、水域等)
- ✅ 时间系统(年月时间戳)
- ✅ 前端显示界面pygame
- ✅ 时间系统
- ✅ 前端显示界面
- ✅ 基础模拟器框架
- ✅ 项目文档README
- ✅ 配置文件系统config
- [ ] 单独release打包好的exe文件
- ✅ 项目文档
- ✅ 配置文件系统
- 单独release打包好的exe文件
- [ ] 菜单栏(施工中)
- [ ] Web前端支持后期考虑
- [ ] ECS并行工具后期考虑
- [ ] 玩家自定义prompt后期考虑