You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Tic Tac Toe game built with Python using the Pygame library. It features a graphical interface with two players, handling user input and determining win conditions. The game is designed with basic 2D drawing, game logic, and event handling.
This project is a simple implementation of the game Tic-Tac-Toe using python.
How To Run:
git clone https://github.com/Gemois/Tic-Tac-Toe.git
cd Tic-Tac-Toe
python TicTacToe.py
Controls
Player X starts the game
Press ' r ' to restart the game
About
This is a simple Tic Tac Toe game built with Python using the Pygame library. It features a graphical interface with two players, handling user input and determining win conditions. The game is designed with basic 2D drawing, game logic, and event handling.