A simple Tic-Tac-Toe game made with Python and Pygame.
- 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.
