Image care of Udacity and the Artificial Intelligence course.
In this project I used Alphabeta tree pruning as well as the MiniMax algorithm and custom heuristics to win at Isolation. Isolation is a deterministic, two-player game of perfect information in which the players alternate turns moving a single piece from one cell to another on a board. This project uses an adversarial search agent to win.