We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1fa58 commit 202f95cCopy full SHA for 202f95c
2 files changed
terminal-minesweeper/MinesweeperGame.cs
@@ -87,6 +87,7 @@ public bool Loop() {
87
break;
88
}
89
90
+ _gameEnd = true;
91
UpdateTerminal();
92
Thread.Sleep(300);
93
ClearConsoleKeyInput();
terminal-minesweeper/Program.cs
@@ -47,7 +47,7 @@ private static void Main() {
47
48
private static class Consts {
49
public const string Name = "terminal-minesweeper";
50
- public const string Version = "v1.0.4";
+ public const string Version = "v1.0.5";
51
public const string CheatCode = "cheat";
52
53
0 commit comments