Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 249 Bytes

CheckersAI

Implementation of a checkers game with basic AI (minimax tree) with variable depth and a nice graphical interface. The code is written in C++ using SDL for the graphical interface.

To compile just clone the repository and use 'make'