From 7a2e48e5d02dde9414d3b7debb8f5a6f11433f2e Mon Sep 17 00:00:00 2001 From: 63bit Date: Sat, 17 Jan 2026 04:00:05 +0300 Subject: [PATCH 1/5] Flag fields with mines --- commands.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands.json b/commands.json index 5158211..8fcb1de 100644 --- a/commands.json +++ b/commands.json @@ -1,5 +1,7 @@ { "commands": [ - "clear A8" + "clear A8", + "flag C3", + "flag D2" ] } \ No newline at end of file From a03b4c6edf4a540b5c8f928516beed53117cee50 Mon Sep 17 00:00:00 2001 From: 63bit Date: Sat, 17 Jan 2026 04:24:14 +0300 Subject: [PATCH 2/5] Clear H9 --- commands.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands.json b/commands.json index 8fcb1de..dae0b00 100644 --- a/commands.json +++ b/commands.json @@ -2,6 +2,7 @@ "commands": [ "clear A8", "flag C3", - "flag D2" + "flag D2", + "cleae H9 ] } \ No newline at end of file From 891869b2bd3914b5b159317e2dc679cd52bd5d7b Mon Sep 17 00:00:00 2001 From: 63bit Date: Sat, 17 Jan 2026 04:24:32 +0300 Subject: [PATCH 3/5] Fix typo --- commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.json b/commands.json index dae0b00..32d4324 100644 --- a/commands.json +++ b/commands.json @@ -3,6 +3,6 @@ "clear A8", "flag C3", "flag D2", - "cleae H9 + "clear H9 ] } \ No newline at end of file From 701ccdc012c7144c032cee3a29fed6f8fcfa9b70 Mon Sep 17 00:00:00 2001 From: 63bit Date: Sat, 17 Jan 2026 05:06:08 +0300 Subject: [PATCH 4/5] Fix JSON format --- commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.json b/commands.json index 32d4324..e0884d6 100644 --- a/commands.json +++ b/commands.json @@ -3,6 +3,6 @@ "clear A8", "flag C3", "flag D2", - "clear H9 + "clear H9" ] } \ No newline at end of file From 497149cea9a8001a423fbd0b60d57428fdcc21cd Mon Sep 17 00:00:00 2001 From: 63bit Date: Sat, 17 Jan 2026 05:09:03 +0300 Subject: [PATCH 5/5] Replace H9 with H8 --- commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.json b/commands.json index e0884d6..c093623 100644 --- a/commands.json +++ b/commands.json @@ -3,6 +3,6 @@ "clear A8", "flag C3", "flag D2", - "clear H9" + "clear H8" ] } \ No newline at end of file