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
- Host: GitHub
- URL: https://github.com/onkolahmet/tic_tac_toe
- Owner: onkolahmet
- Created: 2020-08-01T20:39:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T21:09:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T13:24:45.903Z (over 1 year ago)
- Topics: gui, pygame, tic-tac-toe
- Language: Python
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
