From 82244014db655a96a672fc7fe636b3fa46a6ef95 Mon Sep 17 00:00:00 2001 From: "jean-philippe.dutreve@ext.adeo.com" Date: Fri, 9 Jan 2026 15:48:21 +0100 Subject: [PATCH 1/4] Flag fields with mines --- commands.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands.json b/commands.json index 66bce03..7ffce31 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 13b67a77f9d843b8ee2c3f31fa6926b2959f1d99 Mon Sep 17 00:00:00 2001 From: "jean-philippe.dutreve@ext.adeo.com" Date: Fri, 9 Jan 2026 15:50:34 +0100 Subject: [PATCH 2/4] Clear H9 --- commands.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands.json b/commands.json index 7ffce31..e8f4c20 100644 --- a/commands.json +++ b/commands.json @@ -2,6 +2,7 @@ "commands": [ "clear A8", "flag C3", - "flag D2" + "flag D2", + "clear H9 ] } \ No newline at end of file From 14a2056cbb7a7a9d51adcf3b4a700b52e93ed35c Mon Sep 17 00:00:00 2001 From: "jean-philippe.dutreve@ext.adeo.com" Date: Fri, 9 Jan 2026 16:32:32 +0100 Subject: [PATCH 3/4] Fixed typo --- commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.json b/commands.json index e8f4c20..9e04933 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 74afd5dbb37cd1571147ad477a0f4b5106fc2fe3 Mon Sep 17 00:00:00 2001 From: "jean-philippe.dutreve@ext.adeo.com" Date: Fri, 9 Jan 2026 16:36:39 +0100 Subject: [PATCH 4/4] Fixed typo #2 --- commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.json b/commands.json index 9e04933..b49c3fa 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