/Tic_Tac_Toe

mini tic tac toe GUI game built with python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Tic Tac Toe Game

mini tic tac toe GUI game with audio (built with python tkinter)

Built With

  • Python version 3.8.0
  • (audio from mixkit)

How to run ?

Clone the repo

$ git clone https://github.com/shahan007/Tic_Tac_Toe

Set up the environment

$ python -m venv venv
$ source venv/Scripts/activate
(venv) $ pip install -r requirements.txt

Start the game

(venv) $ python run.py