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

Files

Latest commit

f0539db · Jun 24, 2021

History

History

Tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 24, 2021
Jun 24, 2021

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