.1013124229261944:3cc364c2eb8f25c48fa92b2dff7e3daf_69ed5578563e3d87844382a8.69ed597a563e3d878443833a.69ed5979a464cc9a0382bf6f:Trae CN.T(2026/4/26 08:16:58)#3
Conversation
added 3 commits
April 26, 2026 08:05
实现基本的俄罗斯方块游戏功能,包括: - 方块生成、移动和旋转 - 碰撞检测和消除完整行 - 游戏统计显示 - 速度配置对话框 - 游戏开始/结束逻辑
添加按键配置界面,支持修改移动、旋转等操作的按键绑定 新增按键名称显示和冲突检测功能 默认使用方向键控制,可恢复默认设置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(配置对话框): 添加自定义按键设置功能
添加按键配置界面,支持修改移动、旋转等操作的按键绑定
新增按键名称显示和冲突检测功能
默认使用方向键控制,可恢复默认设置