Object that encapsulates a tic-tac-toe game.
ttt_game()
ttt_game object
ttt_game
x <- ttt_game() x$play(3) x$play(5) x$show_board()