Module minimax_alpha_beta::strategy[][src]

Contains the necessary behaviours for two-player Minimax games.

Traits

AlphaBetaMiniMaxStrategy

The behaviour required of any minimax game engine.

Strategy

Any two-player Minimax game must have this behavior. In other words, these functions should yield meaningful outputs for any two-player games.