Tic Tac Toe was a side project based on what I learned in CPSC 231 (Introduction to Computer Science). I hope this gives future students some confidence and insight to making their own projects.
Also check out the group project we made: Apocalypse
python3 TicTacToe.py
- Colorful interface
- Has a main screen
- Has controls to start a new game and return to the main menu
- GUI built using the Python Turtle Graphics