This is a command line Tic Tac Toe game in ruby. There is an unbeatable computer player playing against you (or whoever the human player is).
How to Run:
- Clone this repo
- Navigate to the folder
- Start the game with $ ruby start.rb
- Follow the directions and play!
How to run tests:
- $ rspec