Tic Tac Toe

Tic Tac Toe is a game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either three O’s or three X’s drawn in the spaces of a grid of nine squares; noughts and crosses.I made this game in the programming language python

How to play

If you have never played tic tac toe then please watch this video
If you’re confused on how to play it in the terminal then its pretty simple.Just put the board number of the table when it asks for your input.If this is still confusing for you then you can load it up and try and trobuleshoot it yourself.

Requirements

1) Install python

1.5) Install pip

2) Install colorama
To install colorama,run the following:

pip install colorama

Once done,you’re good to go.

GitHub

View Github