mini tic tac toe GUI game with audio (built with python tkinter)
- Python version 3.8.0
- (audio from mixkit)
$ git clone https://github.com/shahan007/Tic_Tac_Toe
$ python -m venv venv
$ source venv/Scripts/activate
(venv) $ pip install -r requirements.txt
(venv) $ python run.py