1
2
3
4
/// Simulation of a game
pub mod simulated;
/// Wrapping a game with its history
pub mod with_history;