https://github.com/vimaltiwari2612/ticktactoe
Game based on both console and GUI(Tkinter is used).
https://github.com/vimaltiwari2612/ticktactoe
python3 tkinter tkinter-graphic-interface
Last synced: about 1 month ago
JSON representation
Game based on both console and GUI(Tkinter is used).
- Host: GitHub
- URL: https://github.com/vimaltiwari2612/ticktactoe
- Owner: vimaltiwari2612
- Created: 2018-03-12T19:16:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T14:48:58.000Z (about 7 years ago)
- Last Synced: 2025-01-02T18:16:42.565Z (over 1 year ago)
- Topics: python3, tkinter, tkinter-graphic-interface
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TickTacToe
Game based on both console and GUI(Tkinter is used).
#HowToRunIt
1.Install Python3 for set the environment variable.
2.open cmd and reach upto the path of downloaded file.
3. For GUI/Console :Python filename.py
GUI

CONSOLE

For Pyhton2 users , change the input() to raw_input() in files and run.
HAVE FUN!!.