Skip to content

s1mpleTEK/TicTacToe.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages