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

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

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!!