This is a 2-player 'Tic-Tac-Toe' Game created in Python.
-
Download the 'main.py' file if you have Python installed on your PC or else download the 'Tic-Tac-Toe.exe' file.
-
Run the 'main.py' or 'Tic-Tac-Toe.exe' file.
-
As soon as you run the program, a menu will appear on the terminal. Select 1 to play the game and 2 to quit the game.
-
Game's rules are same as of a normal tic-tac-toe game. The only difference is you have to enter a number between 1 and 8 to draw your shape in a board grid accordingly. Once any of the player wins or the game gets tied, it will display the result.