feat: add AlphaBetaSearch and bot implementation with difficulty levels

This commit is contained in:
2026-04-07 12:33:15 +02:00
committed by Janis
parent a247eb3d0d
commit 3b945da958
8 changed files with 257 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ include(
"modules:io",
"modules:rule",
"modules:ui",
"modules:bot",
)