An open API service indexing awesome lists of open source software.

https://github.com/onkolahmet/tic_tac_toe

Tic Tac Toe board game based on GUI's including pygame
https://github.com/onkolahmet/tic_tac_toe

gui pygame tic-tac-toe

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/62245004/89110246-7e064100-d451-11ea-9445-33ebe8640eed.gif)