Function minimax_alpha_beta::drivers::play_tic_tac_toe_against_computer[][src]

pub fn play_tic_tac_toe_against_computer(size: usize)

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