Open
Conversation
支持自定义游戏板大小和地雷数量 第一次点击永远安全(不会踩到地雷) 支持标记可疑地雷(F键) 支持自动展开空白区域 支持游戏胜利和失败判定 界面特性: 使用Unicode字符绘制精美边框 使用不同颜色显示不同状态 支持光标移动 显示剩余安全格子数量 操作方式: 方向键/WASD/VIM键位移动光标 空格/回车键揭示格子 F键标记/取消标记地雷 ESC键退出游戏 游戏规则: 踩到地雷游戏结束 揭示所有非地雷格子获胜 可以标记可疑的地雷位置 标记的位置不能被揭示 使用方法: 运行游戏后选择游戏模式(1为数独,2为扫雷) 选择按键模式(WASD或VIM) 使用方向键移动光标 空格或回车键揭示格子 F键标记可疑的地雷 ESC键退出游戏 这个实现保持了与原有数独游戏相似的界面风格和操作方式,同时添加了扫雷特有的功能。
Author
Author
|
@mayerui 您好,能麻烦您审阅一下我提交的这个PR吗,怕您没看到,就来@一下您,如有打扰,见谅见谅 |
Owner
Author
|
F键标记/再次F键取消标记地雷 |
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.


支持自定义游戏板大小和地雷数量
第一次点击永远安全(不会踩到地雷)
支持标记可疑地雷(F键)
支持自动展开空白区域
支持游戏胜利和失败判定
界面特性:
使用Unicode字符绘制精美边框
使用不同颜色显示不同状态
支持光标移动
显示剩余安全格子数量
操作方式:
方向键/WASD/VIM键位移动光标
空格/回车键揭示格子
F键标记/取消标记地雷
ESC键退出游戏
游戏规则:
踩到地雷游戏结束
揭示所有非地雷格子获胜
可以标记可疑的地雷位置
标记的位置不能被揭示
使用方法:
运行游戏后选择游戏模式(1为数独,2为扫雷)
选择按键模式(WASD或VIM)
使用方向键移动光标
空格或回车键揭示格子
F键标记可疑的地雷
ESC键退出游戏
这个实现保持了与原有数独游戏相似的界面风格和操作方式,同时添加了扫雷特有的功能。