This is a game of tic-tac-toe where many of the game actions are executed recursively.
print_grid(board_a)andprint_grid(board_b)will show you what a populated board will look like.board_cis empty, and ready for simulation.- To see a simulation, clone this repo, and run
ruby game.rbfrom the project's root directory. - The game will only exit once all tiles are filled.
- You are currently allowed switch from
xtoomid-game, but this will be adjusted. - Check back soon for scoring capability!