This repository contains a Checkers game implemented in C++ using the minimax algorithm for AI. The game features a graphical interface built with graphics.h
.
- Human vs Human mode
- Human vs Computer mode
- AI with minimax algorithm for strategic moves
- C++ compiler (e.g., GCC, TDM-GCC-32)
graphics.h
library
-
Install
graphics.h
Library: Follow specific steps to installgraphics.h
for your compiler. For example, if you are using Code::Blocks with MinGW, you can follow this guide. -
Clone the Repository: git clone https://github.com/yourusername/checkers-minimax.git