From 831411d0a4fd7f67d6a27a6275dec0c6513a23f2 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 15 Aug 2026 17:17:51 +0200 Subject: making bot thing more --- src/bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.cpp b/src/bot.cpp index 43a76f4..42fa4b6 100644 --- a/src/bot.cpp +++ b/src/bot.cpp @@ -311,7 +311,7 @@ uint16_t GetBestMove(Game *b, int maxDepth, move_options options) { int increment = b->turn ? options.wncr : options.bncr; double time_remaning = b->turn ? options.wtime : options.btime; - timeToThingMS = ((time_remaning / 20) + (increment * 0.8)); + timeToThingMS = ((time_remaning / 15) + (increment * 0.8)); } bool continueSearching = true; -- cgit v1.2.3