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.