/tic_tac_toe

Tic Tac Toe board game based on GUI's including pygame

Primary LanguagePython

tic_tac_toe

tic tac toe board game based on GUI's including pygame & tkinter

Tic Tac Toe 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.

In order to win the game, a player must place three of their marks in a horizontal, vertical, or diagonal row.

For more information -> https://en.wikipedia.org/wiki/Tic-tac-toe

Sample execution of the code is given below:

tic-tac-toe-project-in-python