1
2
3
4
//! Strategy implementations.

pub mod negamax;
pub mod random;