feat: command to play random games with open_spiel logic

This commit is contained in:
Henri Bourcereau 2026-03-06 17:33:07 +01:00
parent eba93f0f13
commit 8732512736
2 changed files with 266 additions and 0 deletions

View file

@ -25,5 +25,9 @@ rand = "0.9"
serde = { version = "1.0", features = ["derive"] }
transpose = "0.2.2"
[[bin]]
name = "random_game"
path = "src/bin/random_game.rs"
[build-dependencies]
cxx-build = "1.0"