Module minimax_alpha_beta::drivers[][src]

Contains simple drivers for some of the games supported by the Minimax engine.

Functions

get_input

Read input.

play_tic_tac_toe_against_computer

Play a game of any size in a REPL against the engine. The default depth of 6 should make the engine reasonably fast.

play_tic_tac_toe_against_computer_with_depth

Play a game of any size in a REPL against the engine. The higher the depth, the longer it takes and the more accurately the engine performs.