You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A game AI that models IBM's Deep Blue computer to defeat opponents in Chess. The AI utilizes the MiniMax algorithm as well as AlphaBeta pruning in order to efficiently determine the next move.