pub fn play_tic_tac_toe_against_computer(size: usize)
Expand description

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