Implement the Tic Tac Toe game using the Ruby language. A user can select the desired dimensions of the game pick his name and the symbol that he is going to use.
To run the app clone the repository and just double click on main.rb
file
Confirm that you have ruby installed using ruby -v
- Object Oriented Programming
- Exception Handling
- Regular Expresions