Crate minimax_alpha_beta[][src]

Solve any Two-player Minimax game using the Minimax algorithm with Alpha-Beta pruning. Also, where possible, a parallel processing implementation is provided.

Modules

games

Contains the concrete implementations for the game-playing strategic behaviour of TicTacToe.

strategy

Contains the necessary behaviours for two-player Minimax games.

tictactoe

Contains the concrete implementation of a TicTacToe game.