Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.05 KB

Tic-Tac-Toe-Python

This repository contains python based interactive Tic-Tac-Toe game namely Gurpreet-Tic-Tac-Toe.

Running 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. cmd

Screenshots

demo display

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