matthewdking / tic-tac-toe

command line game for tic-tac-toe
0 stars 0 forks source link

Research minimax #4

Open matthewdking opened 6 years ago

matthewdking commented 6 years ago

Take a look at the minimax algorithm

matthewdking commented 6 years ago

https://en.wikipedia.org/wiki/Minimax

matthewdking commented 6 years ago

https://www.neverstopbuilding.com/blog/2013/12/13/tic-tac-toe-understanding-the-minimax-algorithm13