feat(game): introduce game modes and time control features
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-23 21:56:21 +02:00
parent 21d3d87543
commit 3df199afa1
100 changed files with 1676 additions and 604 deletions
+1
View File
@@ -50,6 +50,7 @@ dependencies {
implementation("com.lihaoyi:fastparse_3:${versions["FASTPARSE"]!!}")
implementation(project(":modules:api"))
implementation(project(":modules:json"))
implementation(project(":modules:rule"))
// Jackson for JSON serialization/deserialization