Command Line version for an adversarial Connect Four AI written in Python
The above screenshot explains the limitation of a depth 1 minimax agent (credits - Tushar Nagarajan)
You can see the depth 3 alpha beta declaring an early failure without prolonging the game. This was because of poor choice of heuristic function (which in this case, just checked for a win or a loss)