aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-15 17:17:51 +0200
committerAdam <adammegarules1@gmail.com>2026-08-15 17:17:51 +0200
commit831411d0a4fd7f67d6a27a6275dec0c6513a23f2 (patch)
tree1679f179ff15380a7c9047c07b7646f4b4e414e2
parent4eb36e67eca586a662298bfe8cc5392fbfa698e0 (diff)
making bot thing more
-rw-r--r--src/bot.cpp2
1 files changed, 1 insertions, 1 deletions
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;