Tic Tac Toe

This is my original terminal version of Tic Tac Toe built for Mined Minds Bootcamp. This version became Tic Tac Toe Web 2.

Installation:

Open your computer terminal. Enter in terminal...

$ git clone https://github.com/aagooden/TicTacToe

To Start The App:

Enter in terminal in directory where app was cloned

$ ruby tictactoe.rb

System Requirements:

Ruby needs to be installed on your system. Ruby 2.0 or later is recommended.

  • Ruby - Click here for more information on installing Ruby on your system.