实现 Restart 游戏状态重置逻辑 完成函数19

This commit is contained in:
2026-04-24 09:18:54 +08:00
parent f943bd7c76
commit b604ce9d47
4 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
- [x] `14. Fixing` - `src/source/TetrisLogic.cpp`
- [x] `17. GameOver` - `src/source/TetrisLogic.cpp`
- [x] `18. ComputeTarget` - `src/source/TetrisLogic.cpp`
- [ ] `19. Restart` - `src/source/TetrisLogic.cpp`
- [x] `19. Restart` - `src/source/TetrisLogic.cpp`
## 第五阶段:消行与得分逻辑