Open bitwit opened 9 years ago
In your tutorial here http://neverstopbuilding.com/minimax under Describing Minimax, how do you determine that states 3 and 4 are O's turn? Those possible states are generated by player X, right? Then why would those two states belong to O? Thank you.
Just thought it was noteworthy, since your tutorial says it was updated 8 months ago that the Github code and what's in the tutorial have some noticeable differences.
In particular your
minimax
function acceptsupperBound
andlowerBound
arguments which are never discussed.Handy tutorial, but I'm wondering if it tells the whole picture.