Sha256: bf586a365ba972b4e20a1f937f568e200e58fd0b069366e514e4e57be0344b3b
Contents?: true
Size: 649 Bytes
Versions: 1
Compression:
Stored size: 649 Bytes
Contents
# 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sams_tic_tac_toe-0.0.1 | README.md |