Skip to content

Commit

Permalink
add mermaid diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfcsC committed Feb 5, 2025
1 parent b8430ad commit eee4d66
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,19 @@ See our [Kanban board](https://github.com/orgs/UoB-COMSM0166/projects/117).

5. Development Sequence

- Start with implementing the core difficulty system and level progression system as they form the game's foundation. Gradually incorporate feedback system features on top of this base. Finally, conduct comprehensive balance testing once the main game development is complete, making necessary adjustments based on feedback.
- We could establish a parameter configuration system early in development to facilitate later debugging and balance adjustments.

```mermaid
flowchart TD
B[Core Difficulty System] --> E[Add Feedback System Features]
C[Level Progression System] --> E
E --> G[Conduct Balance Testing]
G --> H{Need Adjustments?}
H -->|Yes| I[Make Balance Adjustments]
I --> G
H -->|No| J[Development Complete]
```

#### Brief Reflection
<!-- 【DDL周六晚24点前】待填充 -->

Expand Down

0 comments on commit eee4d66

Please sign in to comment.