Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 367 Bytes

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