Description
A simple checkers game implemented with C++ as a practical part of Algorithm Design and Artificial Intelligence Methods course conducted on Wrocław University of Technology. The AI core of the game is backed by MinMax algorithm with Alpha-Beta pruning method.
354 KiB
Languages
C++ 100%