This is the third project in the Ruby module. In this project, we built a Tic-Tac-Toe game where we used the functionality of multiple files we built: main.rb board_info.rb game_logic.rb player_info.rb
- Install at least one code editor
- Install Ruby to execute the project
- clone the repository
$ git clone git@github.com:aliciapaz/tictactoe.git
- Open Terminal using (CTRL + ALT + T)
$ cd
to the clone repository- Run the command
$ bin/main.rb
-
The game is played on a grid that's 3 squares by 3 squares.
-
You are X, your friend (or the computer in this case) is O. Players take turns putting their marks in empty squares.
-
The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
-
When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie.
- Ruby
- Visual Studio Code
👤 Railon Acosta
- GitHub: @railonA
- Linkedin: @railonA
- Twiter: @railonAcosta
👤 Alicia Rojas
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.