A mini interactive Tic-Tac-Toe GUI game built with python using tkinter.
Start by either downloading the zip file or clone with HTTPS https://github.com/muhd97/Tic-Tac-Toe-game.git.
python -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt
python run.py
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details