Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 454 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 454 Bytes

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.