feat: add AlphaBetaSearch and bot implementation with difficulty levels

This commit is contained in:
2026-04-07 12:33:07 +02:00
committed by Janis
parent 767d3051a7
commit a247eb3d0d
15 changed files with 876 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ dependencies {
implementation(project(":modules:api"))
implementation(project(":modules:io"))
implementation(project(":modules:rule"))
implementation(project(":modules:bot"))
testImplementation(platform("org.junit:junit-bom:5.13.4"))
testImplementation("org.junit.jupiter:junit-jupiter")