This repository contains python based interactive Tic-Tac-Toe game.
git clone https://github.com/aqeelanwar/Tic-Tac-Toe.git
cd Tic-Tac-Toe
python main.py
- 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