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