Module strategy

Source
Expand description

Various strategies for playing Mancala

Re-exports§

pub use self::naive::First;
pub use self::tree::AlphaBeta;
pub use self::tree::MinMax;
pub use self::user::user;

Modules§

naive
Naive strategies, mainly for testing purposes.
tree
Various tree strategies for playing Mancala
user
A strategy that allows user interaction.

Traits§

Strategy
A strategy for playing Mancala