This is a simple implementation of the Tic-Tac-Toe game in Ruby.
To play the game, make sure you have Ruby installed on your system. Then, navigate to the directory containing the game.rb file and run the following command:
ruby main.rb- The game starts with an empty 3x3 board.
- Two players take turns marking spaces on the board with their respective symbols ('X' and 'O').
- The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins the game.
- If all spaces on the board are filled and no player has won, the game ends in a tie.
Enjoy the game!