This commit is contained in:
2026-02-06 17:30:12 +08:00
parent 4d21847920
commit 361931c091
12 changed files with 44 additions and 26 deletions

View File

@@ -762,6 +762,22 @@ cuitest
testgui
```
### labyrinth
玩迷宫逃脱游戏。
**用法:**
```bash
labyrinth
```
**说明:**
- 使用方向键 (↑ ↓ ← →) 移动玩家
- 按 ESC 键退出游戏
- 目标是找到出口 (E) 并逃脱迷宫
- 玩家位置用绿色 @ 表示
- 出口位置用红色 E 表示
- 迷宫使用递归回溯算法随机生成
### diff
比较两个文件的差异。