From 9a9b044afc137b3c54dfd807c5c063c8fd613ea2 Mon Sep 17 00:00:00 2001 From: bridge Date: Sun, 2 Nov 2025 22:58:57 +0800 Subject: [PATCH] update readme --- EN_README.md | 9 +++++---- README.md | 11 ++++++----- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/EN_README.md b/EN_README.md index 283c80b..f00e51e 100644 --- a/EN_README.md +++ b/EN_README.md @@ -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) diff --git a/README.md b/README.md index af6a5f1..04c9d28 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,13 @@ ### 🏗️ 基础系统 - ✅ 基础世界地图系统 - ✅ 多样化地形类型(平原、山脉、森林、沙漠、水域等) -- ✅ 时间系统(年月时间戳) -- ✅ 前端显示界面(pygame) +- ✅ 时间系统 +- ✅ 前端显示界面 - ✅ 基础模拟器框架 -- ✅ 项目文档(README) -- ✅ 配置文件系统(config) -- [ ] 单独release打包好的exe文件 +- ✅ 项目文档 +- ✅ 配置文件系统 +- ✅ 单独release打包好的exe文件 +- [ ] 菜单栏(施工中) - [ ] Web前端支持(后期考虑) - [ ] ECS并行工具(后期考虑) - [ ] 玩家自定义prompt(后期考虑)