# TicTacToe ## Description Welcome to a game of command-line, tic-tac-toe! It's important to note that the computer is extremely difficult to beat. If you do, then you might be a computer. Have fun! ## Installation There are two ways to play this game: - Download this code here, through github, execute `bundle install` from the root dir, and finally run `bin/play_tic_tac_toe` - Run `gem install sams_tic_tac_toe` and execute `play_tic_tac_toe` If you decide to download this as a gem, make sure that you have RubyGems installed by running `gem --version` in your terminal. If it isn't installed, refer to https://github.com/rubygems/rubygems.