A simple GUI game made in order to enhance my knowledge of Python and pygame.
First, download the project:
git clone https://github.com/svdimitrov/Tic-Tac-Toe.git
Then download all the required libraries from requirements.txt:
pip install -r requirements.txt
