实现 CanMoveRight 右移碰撞判断 完成函数8

This commit is contained in:
2026-04-24 08:24:47 +08:00
parent 0221841ad5
commit ddffcf2466
4 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
- [x] `6. CanMoveDown` - `src/source/TetrisLogic.cpp`
- [x] `7. CanMoveLeft` - `src/source/TetrisLogic.cpp`
- [ ] `8. CanMoveRight` - `src/source/TetrisLogic.cpp`
- [x] `8. CanMoveRight` - `src/source/TetrisLogic.cpp`
## 第三阶段:方块移动与旋转