Skip to content

A fun game tic-tac-toe in python with GUI using tkinter

Notifications You must be signed in to change notification settings

jainj2305/tic-tac-toe-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tic-tac-toe-GUI

A fun game tic-tac-toe in python with GUI using tkinter. Single and multi-player game. An AI concept is used for playing with system.

Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.