I made an unbeatable Tic-Tac-Toe Bot using the mini-max algorithm used in problems going from an initial state to a terminal state (the place you want to be). A real world example is a gps. You start at one place and get directions to reach your destination (terminal state).
To play with my bot:
- Download my project
- Open your terminal & open up the folder with my code in the terminal
- Run "python runner.py"