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

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).

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

![screenshot](https://github.com/vimaltiwari2612/TickTacToe/blob/master/1.png)

CONSOLE

![screenshot](https://github.com/vimaltiwari2612/TickTacToe/blob/master/2.PNG)

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

HAVE FUN!!.