Tic Tac Toe
A simple tic tac toe game for two players.
This was my first game made in python and pygame. It is a classic tic tac toe game for two player. The game has no assets, all the graphics are drawn using pygame functions.
All controls are with the mouse.