This project consists of the implementation of an AI agent using the Minimax algorithm with alpha-beta pruning. The original code is not public yet under college policies, however the main algorithm can be found in the .pdf file on the repository.
- python >= 3.11
git clone https://github.com/anacarsi/23ss-MinimaxCheckers.git
cd 23ss-MinimaxCheckers
conda create -n checkers
conda activate checkers
pip install -e .
@software{
author = {Ana Carsi},
title = {SmartPlay: An AI Agent for Checker's Gameplay},
month = mar,
year = 2023,
publisher = {GitHub},
version = {0.1.0},
url = {https://github.com/anacarsi/23ss-MinimaxCheckers}
}