/xos

Tic-Tac-Toe Game made with Python

Primary LanguagePythonMIT LicenseMIT

forthebadge

Tic-Tac-Toe

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

Running Tic-Tac-Toe:

git clone https://github.com/rishudixit/xos.git
cd Tic-Tac-Toe
python main.py

Or,

git clone https://github.com/rishudixit/xos.git && cd Tic-Tac-Toe && python main.py

Screenshots

Controls

  1. Player X starts the game
  2. Click on each grid to place symbol
  3. The result of the game is displayed at the end of the game
  4. A track of player scores is maintained
  5. Click anywhere on the result screen to play again

Contribution

Checkout Contribution.md.

This repo accepts Hacktoberfest PR.