This is the tic tac toe game written in Ruby as part of the Microverse course. The game is played in terminal by running ruby bin/main.rb
.
The game is played by two players, each with his own symbol O
or X
. The simbol is added into the board by inserting the number of row and column.
The game is won by the player who makes three consecutive symbols in a row, column or diagonal.