1
2
3
4
5
pub mod bot_random;
pub mod bot_minimax;
pub mod bot_parallel_minimax;
pub mod bot_alphabeta;
pub mod bot_jamboree;