Skip to content

SaiSwarup27/Tic-Tac-Toe-using-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Tic-Tac-Toe Game in python3 Tkinter

About:

Tic Tac Toe or Noughts and Crosses as called in British is a pencil and paper game for two player. The player who succed in placing three of their marks in a single line either horizontally, vertically or diagonally wins the game. In this Repository I make the game using Tkinter in Python. Here two human are playing against each other and the first one to go gets "X" and the second one gets "O".Tkinter is a GUI framework for Python that allows for buttons, graphics and alot of other things to be done in a window

Tic-Tac-Toe

Demo: