Simple 2-player command-line tic-tac-toe game created with Ruby.
This project, as part of the Odin Project's "Ruby Programming" module, is an attempt at developing a command-line mastermind game adhering strictly to the newly learned principles of object-oriented programming. The game is designed for two people to play together through the same instance of the command-line.
- Ruby 2.7.2
To run this project, call it from the home directory of the repository through the command line:
ruby lib/main.rb