Alquerque game in object c++ with Sfml library
Game is similar to checkers, one player must move pawns that don't be place behind them. Opponent can kill yours pawns jumping over on the free space.
Game has 2 modes: multi (2 players) and single (1 player + bot) Bot automatically make moves based his logical algorithm (self-written).
We can see our scores in the Ranking. Algorithm saves only 10 best scores.