/TicTacToe.py

A local TicTacToe on your terminal is now available in python!

Primary LanguagePythonMIT LicenseMIT

TicTacToe

A local TicTacToe on your terminal is now available in python!

Table of Contents

Rules

1. The game is played on a grid that's 3 squares by 3 squares.

2. You are O, your friend is X. 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 ends in a tie.

Installation

To clone this project, write this command:

git clone git@github.com:s1mpleTEK/TicTacToe.py.git

Usage

For start the game write in TicTacToe.py repository:

./TicTacToe.py

License

MIT

Author

  • JosĂ© Rodrigues, EPITECH 2024