Skip to content

Commit 2c1c731

Browse files
authored
docs: replace ASCII architecture diagram with Mermaid flowchart
1 parent 11fd98f commit 2c1c731

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -368,30 +368,30 @@ Fill in the `[BRACKETED PLACEHOLDERS]` with your game's details — project name
368368

369369
## 🏗️ Architecture
370370

371-
```
372-
+-------------------+
373-
| CLAUDE.md | Routing & config
374-
+-------------------+
375-
|
376-
+--------+---------+-----------+
377-
| | | |
378-
+----------+ +-----------+ +----------------+
379-
| Agents | | Workflows | | Engine |
380-
| (11) | | (20) | | Specialists(3) |
381-
+----------+ +-----------+ +----------------+
382-
| | |
383-
+---------+----+--------------+
384-
|
385-
+-------+-------+
386-
| Shared Docs | 15 reference documents
387-
+---------------+
388-
|
389-
+-----------+-----------+-----------+
390-
| | | |
391-
+--------+ +----------+ +----------+ +-------------+
392-
| Hooks | | Templates| | Starters | | Genre Packs |
393-
| (11) | | (20) | | (3) | | (2) |
394-
+--------+ +----------+ +----------+ +-------------+
371+
```mermaid
372+
graph TD
373+
A["🧭 CLAUDE.md<br/><i>Routing & Config</i>"] --> B["🎬 Agents<br/><b>11 skills</b>"]
374+
A --> C["🔧 Workflows<br/><b>20 skills</b>"]
375+
A --> D["🎯 Engine Specialists<br/><b>3 skills</b>"]
376+
377+
B --> E["📚 Shared Docs<br/><i>15 reference documents</i>"]
378+
C --> E
379+
D --> E
380+
381+
E --> F["⚡ Hooks<br/><b>11</b>"]
382+
E --> G["📄 Templates<br/><b>20</b>"]
383+
E --> H["🚀 Starters<br/><b>3</b>"]
384+
E --> I["🎲 Genre Packs<br/><b>2</b>"]
385+
386+
style A fill:#6366f1,stroke:#4f46e5,color:#fff
387+
style B fill:#3b82f6,stroke:#2563eb,color:#fff
388+
style C fill:#0d9488,stroke:#0f766e,color:#fff
389+
style D fill:#e11d48,stroke:#be123c,color:#fff
390+
style E fill:#8b5cf6,stroke:#7c3aed,color:#fff
391+
style F fill:#f59e0b,stroke:#d97706,color:#fff
392+
style G fill:#f59e0b,stroke:#d97706,color:#fff
393+
style H fill:#f59e0b,stroke:#d97706,color:#fff
394+
style I fill:#f59e0b,stroke:#d97706,color:#fff
395395
```
396396

397397
<br>

0 commit comments

Comments
 (0)