A simple Ruby tic-tac-toe CLI game
- Make sure you have Ruby installed
- In your Terminal, type
ruby tictactoe.rb
That's it!
- You can choose the size of the board (3x3 to 8x8)
- The computer tells you what it thinks the best move is
- You can type R to do a random move
- Type Q to quit the game