feat: command to play random games with open_spiel logic
This commit is contained in:
parent
eba93f0f13
commit
8732512736
2 changed files with 266 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue