From 64249b146592522f55ad05c33a44af430dc4377f Mon Sep 17 00:00:00 2001 From: Matuush Date: Wed, 11 Dec 2024 13:44:14 +0100 Subject: [PATCH] 10 guesses should suffice --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 3749e36..fbb3104 100644 --- a/main.cpp +++ b/main.cpp @@ -1,7 +1,7 @@ #include "global.hpp" #include "solver.hpp" -#define GUESS_COUNT 100 +#define GUESS_COUNT 10 // To avoid typos #define BOT "bot"