feat(spiel_bot): cli spiel_bot strategy

This commit is contained in:
Henri Bourcereau 2026-03-12 21:17:14 +01:00
parent e80dade303
commit b2d66ce41e
7 changed files with 281 additions and 4 deletions

View file

@ -3,7 +3,9 @@ name = "trictrac-client_cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "client_cli"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.75"
@ -12,7 +14,8 @@ pico-args = "0.5.0"
pretty_assertions = "1.4.0"
renet = "0.0.13"
trictrac-store = { path = "../store" }
trictrac-bot = { path = "../bot" }
trictrac-bot = { path = "../bot" }
spiel_bot = { path = "../spiel_bot" }
itertools = "0.13.0"
env_logger = "0.11.6"
log = "0.4.20"