TicTacToe

Play classic TicTacToe

Features:

To reset the board midway click on 'Reset' option in 'File' menu.
By default 'X' goes first. To change it click switch in 'File' menu.
To exit the game click 'Exit' in 'File' menu.
The game displays when somebody wins or if it is a draw.

How To Play:

step 1:Install python in your system from "https://www.activestate.com/products/activepython/downloads/"
           as it contains many modules including tkinter pre-intalled.
           If tkinter is not installed, please install it. step 2:Downlaod the project folder to the desktop and extract the folder.
step 3:Open command prompt and enter command
           'cd desktop/TicTacToe-master/TicTacToe-master'.
           OR 'cd desktop/TicTacToe-master'
           depending on how you extracted the folder.
step 4:Type 'python tictactoe.py' to run the game.
           The game will start.