Personal project to play around with C++ and AI. Supported on both macOS, Windows and Linux. Uses the SFML library for the graphic interface. The goal for this personal project is twofold:
- To gain a better understanding of c++ and how to use it in it's full potential.
- To challenge myself in creating an as-smart-as-possible AI that can beat all my chess-rivals!
The program is still a work-in-progress.
- make sure you have SFML installed
- run
make
in the main folder
Tested on both macOS and Linux