This code is a Human vs AI checkers game in C++, coded by Malik Saafir for Morehouse College Data Structures and Algorithms class Fall 2018. The AI uses the minimax algorithm with alpha beta pruning to make the best decision at a given turn.