python-mini-projects/projects/Tic_tac_toe at master · Python-World/python-mini-projects

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Latest commit

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

Authors