This is a simple TicTacToe game is based on MinMax Algorithm written in python. The computer plays all the possible states and finally makes a move with the highest possiblities to win.
- Run the runner.py in your python terminal
- Choose your symbol
- Play
This is just a minimal game with a simple search algorithm which selects the move with highest probability to win. Feel free to fork/download/clone and make your changes.