summaryrefslogtreecommitdiff
path: root/src/strategy.rs
blob: f16a4a03e2eefd140b89bbb3f11d6645876d3fb9 (plain)
1
2
3
4
5
mod mcts;
pub use mcts::{choose_move, Node};

//mod minimax;
//pub use minimax::{choose_move, Node};