Tic-tac-toe

Classic Tic-tac-toe game written in Python.

game

Installation

Open your terminal and clone the repository with

git clone https://github.com/rafaeltmbr/tic-tac-toe.git

Make sure you have Python3 installed, open your terminal and run

python3 --version

Pip (Python Package Index) is also required. Check out if you already have it

pip --version

Install tkinter library (Python interface to the Tcl/Tk GUI toolkit).

Install playsound library with the following command

pip install playsound

Run

To run the game, open your terminal, go to the projects root folder and type following command

python3 src/main.py