feat(spiel_bot): init crate & implements GameEnv trait + TrictracEnv

This commit is contained in:
Henri Bourcereau 2026-03-07 20:12:59 +01:00
parent a6644e3c9d
commit df05a43022
6 changed files with 676 additions and 1 deletions

9
spiel_bot/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "spiel_bot"
version = "0.1.0"
edition = "2021"
[dependencies]
trictrac-store = { path = "../store" }
anyhow = "1"
rand = "0.9"