The project is essentially a simple Tic Tac Toe game where 2 players can play in Visual Studio Code. In this game, there are three results: player one wins, player two wins, or a draw
Pygame is used to initiate and end the game This project was created using mostly python functions, loops, if statements, and Pygame.

