A beginner Python project which allows you to play the classic game of Tic-Tac-Toe viz the comfort of your terminal.
git clone "https://github.com/nisarg42/Tic-Tac-Toe"
Open the terminal/cmd within cloned directory
Enter the command: python run.py
mini-max Algorithm: Tic-Tac-Toe has the "computer" coded using the AI algorithm known as mini-max which ensures that the "computer" will never lose.