Skip to content

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.

License

Notifications You must be signed in to change notification settings

gemois/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

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

  1. Player X starts the game
  2. 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages