- Dynamic & Interactive GUI game implemented using Python
- A two player Tic-Tac-Toe game
- Players can set their board size e.g. 3x3, 4x4 or 5x5 etc.
Major things that I want to focus on learning in this project
- Get familiar with Pygame - setting up screen, drawing figures, adding sounds etc.
- Create an efficient algorithm to check & draw the winning line
- Apply Unit Testing: Pytest
- Clone GitHub repository
- Install Pygame: pip install pygame
- Run: python main.py