This repository contains python based interactive Tic-Tac-Toe game namely Gurpreet-Tic-Tac-Toe.
--> git clone https://github.com/gurpreetsingh8792/Tic-Tac-Toe-Python.git or
download zip file from https://github.com/gurpreetsingh8792/Tic-Tac-Toe-Python
--> go to the Tic-Tac-Toe-Python folder and open cmd prompt.
--> Run the main file using cmd 'python main.py'.
--> Following image shows how to run the Tic-Tac-Toe game.

--> Player X starts the game
--> Click on each grid to place symbol
--> The result of the game is displayed at the end of the game
--> A track of player scores is maintained
--> Click anywhere on the result screen to play again

