Tic Tac Toe

Description

A Tic Tac Toe game built in Python.

Library Used

import tkinter

How to run

Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:

python tic_tac_toe.py

Author

Anokh1

TicTacToe-Game