https://github.com/dev-shetty/tic-tac-toe
Tic Tac Toe game built using Tkinter module in Python
https://github.com/dev-shetty/tic-tac-toe
Last synced: 9 months ago
JSON representation
Tic Tac Toe game built using Tkinter module in Python
- Host: GitHub
- URL: https://github.com/dev-shetty/tic-tac-toe
- Owner: dev-shetty
- Created: 2022-02-16T12:47:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T13:43:45.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T02:40:33.039Z (9 months ago)
- Language: Python
- Size: 3.91 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 game built using Tkinter module in Python.
Now its only PvP.
I will try to build vs Compter soon
There are 2 codes in this:
- First one is made with drop down menu, in which you have
to select the move you want to make and press the confirm button.
But it was not much user friendly
- So I built another one in which once you press play you
can just select the place where you want to do your move.
Which is much user friendly.
Have Fun!!