Connect Four AI: Classic Adversarial Agent

Python, minimax, alpha-beta
cover

A Connect Four AI that uses minimax with alpha-beta pruning to evaluate board states and play optimally. It highlights search depth trade-offs, heuristics, and adversarial decision-making in a classic perfect-information setting.