ai implemented, needs some perf tuning

This commit is contained in:
jackjohn7 2025-11-08 05:50:32 -06:00
parent 8c4b0fc1cd
commit 05536f0dc3
7 changed files with 310 additions and 23 deletions

View file

@ -8,11 +8,12 @@ name = "othello"
path = "src/lib.rs"
[[bin]]
name = "othello-gui"
name = "othello-cli"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.100"
regex = "1.12.2"
[dev-dependencies]
criterion = "0.7.0"