maliksaafir / minimax-checkers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C++ 100.0%