You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
About
Implementation of a checkers game with basic AI (minimax tree)