A simple Tic Tac Toe game to provide an overview of the Python language and the Pygame module.
- Clone the GitHub repository:
git clone https://github.com/LucasPilla/TicTacToe-Pygame
. - Install requirements:
pip install -r requirements.txt
- Run:
python main.py
- All graphical assets were taken from Facoch/Music-TicTacToe-Pygame, an amazing project that was built on top of this repository.