full chess implementation

This commit is contained in:
nrobi144
2025-12-29 13:29:10 +02:00
parent 18c8156ab2
commit 06accf5831
22 changed files with 2936 additions and 15 deletions
+3
View File
@@ -122,6 +122,9 @@ kotlin {
// Websockets API
implementation(libs.okhttp)
implementation(libs.okhttpCoroutines)
// Chess engine for move validation and legal move generation
implementation("io.github.cvb941:kchesslib:1.0.4")
}
}