Skip to content

A simple two-player Tic-Tac-Toe game built using Python and Tkinter. Features include a graphical game board, turn-based logic, win/tie detection, score tracking, and a replay option—all in an interactive GUI.

Notifications You must be signed in to change notification settings

shrutiii1109/Tic-tac-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game using Python & Tkinter

A graphical Tic-Tac-Toe game built with Python's tkinter library and numpy, featuring:

  • Real-time gameplay for two players
  • Win detection and score tracking
  • Option to play again after a game ends

How to Run

pip install numpy
python tic-tac-toe.py

About

A simple two-player Tic-Tac-Toe game built using Python and Tkinter. Features include a graphical game board, turn-based logic, win/tie detection, score tracking, and a replay option—all in an interactive GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages