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

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
trictrac-store = { path = "../store" }
trictrac-bot = { path = "../bot" }
anyhow = "1"
rand = "0.9"
rand_distr = "0.5"