Lee0498 / Simple-Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Tic-Tac-Toe

This project contains a program to run the Simple-Tic-Tac-Toe game in python

Usage

python3 /User_PATH/run.py

Steps

  • A blank board will be printed.

  • Take in player input.

    Input represents the coordination in the board.

  • Place their input on the board.

  • Check if the game is won,tied, lost, or ongoing.

  • Repeat 3 and 4 until the game has been won or tied.

About


Languages

Language:Python 100.0%