Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 502 Bytes

File metadata and controls

26 lines (17 loc) · 502 Bytes

Tic Tac Toe

Description

A python based 2-player Tic Tac Toe game. It takes input of the two players. The two players are named as X and O and will enter alternating moves in attempt to win the game.

Prerequisites

Use any Python online compiler of download python IDE from https://www.python.org/

How to run

Just run

python tic_tac_toe.py

Authors