python-scripts/scripts/MiniMaxAlgo
2022-10-07 19:15:44 +05:30
..
player.py Removed random ai 2022-10-07 19:11:28 +05:30
README.md Added Readme.md 2022-10-07 19:15:44 +05:30
TicTacToe.py Uses SmartComputer 2022-10-07 19:10:47 +05:30

MiniMax Algorithm

It's implemented in such way that the AI minimizes it's loss and maximizes it's winning chances.

minimax