# rpg-game **Repository Path**: aphx/rpg-game ## Basic Information - **Project Name**: rpg-game - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-30 - **Last Updated**: 2026-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pixel RPG — 技术文档 > **版本:** 2026-05-01 | **测试:** 622 tests, 30 files, 全部通过 --- ## 📖 文档索引 | 文档 | 内容 | 行数 | |------|------|------| | `docs/overview.md` | 项目概览、快速开始、技术栈、目录结构、核心架构图 | ~240 | | `docs/modules.md` | **模块详解** — 全部22个模块的 API 引用和行为说明 | ~930 | | `docs/data-formats.md` | Map/Item/Enemy/Event 数据格式定义 | ~130 | | `docs/testing.md` | 测试体系 + 视觉测试流程 | ~90 | | `docs/api-reference.md` | `window.__GAME__` / `__EDITOR__` / `__APP__` API | ~55 | | `docs/conventions.md` | 开发约定和模式(TDD / 纯逻辑优先 / Mock 模式) | ~70 | --- ## 🚀 快速入口 ```bash cd ~/rpg-game npx vite --port 5173 # 开发 npx vitest run # 全量测试 (622 tests ✅) npx vitest run --watch # TDD 模式 npx vite build # 构建 ``` ## 🧩 Skills `find-skills` / `gsd` / `brainstorming` / `github` / `github-code-review` / `systematic-debugging` / `summarize` / `verification-before-completion`