/Tic-Tac-Toe

A command-line version of the classical Tic-Tac-Toe Game

Primary LanguageRuby

Version

Tic-Tac-Toe Game - version: Command line

This project is about recreating the Tic-Tac-Toe game. There are two players who play against one-another two get three of their own marks in a row.

RULES FOR TIC-TAC-TOE - from (https://www.exploratorium.edu/brain_explorer/tictactoe.html)

  1. The game is played on a grid that's 3 squares by 3 squares.
  2. You are X, your friend (or the computer in this case) is O. Players take turns putting their marks in empty squares.
  3. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
  4. 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.

Technical Tools:

  • Ruby

Contributors:

[Molnar Emese](https://github.com/Mesi21),
[Noordeen Malango](https://github.com/i4seeu)

If you like this project don't forget to support it by giving a ⭐