Function minimax_alpha_beta::drivers::play_tic_tac_toe_against_computer_with_depth[][src]

pub fn play_tic_tac_toe_against_computer_with_depth(size: usize, depth: i64)

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.