maliksaafir / minimax-isolation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MINIMAX ISOLATION

This program runs an Isolation game between the user and an AI agent using minimax algorithm to pick its next move. Alpha-beta pruning to come.

Coded by Malik Saafir for Morehouse College's Artificial Intelligence class (Dr. Amos Johnson PhD) Fall 2019

About


Languages

Language:C++ 100.0%