1 2 3 4 5 6 7
#![deny(missing_docs)] //! This library allows one to play a variant of [Mancala](https://en.wikipedia.org/wiki/Mancala). //! pub mod bout; pub mod game; pub mod strategy;