A tic-tac-toe game built with Ruby to demonstrate mastery of Object-Oriented Programming principles and Test Driven Development with rspec.
Developed to demostrate mastery of Object Oriented Programming principles in Ruby, Test Driven Development with rspec and pair-programming principles via Zoom.This project is completed by Seth Zea and Jose Fernandez Caminero, in partial requirements of the Microverse cirriculum.
Ruby must be installed in your computer.
When you have installed Ruby on your computer, clone the project. You can do this by first opening the terminal.
rspec
Number of Players: 2
Each player must choose 1 out of the 9 possible spaces to play in. The place she or he has chosen will be marked by their symbol: X (for player 1) and O (for player 2).
You can’t play on any position more than once.
The first player to get three of their symbols in a row, wins the game. Keep in mind these rows can be
• horizontal (left-to-right or right-to-left)
• vertical (from up to down or down to up)
• or diagonal (e.g. top-left to bottom-right).
👤 Seth Zea
👤 Jose Fernandez Caminero
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.