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

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.