In this project, it was build a Tic Tac Toe game. The main goal is to put into practice the main concepts of Object Oriented Programming. Particularly, classes and access to their attributes.
In order to win the game, a player must place three of their marks in a horizontal, vertical, or diagonal row.
The following example game is won by the first player, X:
To exit the game, just press CTRL+C
bundle install
rspec
- Ruby.
👤 Daniel Sokil
👤 Carlos Veiga
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.