In this project, We have implemented our own version of the game Tic-Tac-Toe using Ruby.
- Ruby
- VS Code
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone https://github.com/JulianaOsemeke/tic_tac_toe
To use the Rspec please copy the repository and run the following commands on your terminal:
$ cd <folder>
$ rspec
$ cd tic_tac_toe
$ cd bin
$ ruby main
1)The game is played on a grid that is 3 squares by 3 squares.
2)Write a number between 1 and 9
to select the row and column respectively that you want to play on.
3)Once a player gets 3 marks in a row
(up, down, across, or diagonally) is the winner.
4)If all 9 squares are full the game is over.
👤 Jordy Garcia
👤 JulianaOsemeke
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give ⭐ Star me on GitHub — it helps!