BoardGames is the collection of three games namely Buddhichal, Checkers and Chess.
Each game has single player ( vs computer ) and multiplayer mode ( except in chess ).
See the building instructions below to build and play on your own computer.
The final images of the game can be seen from here
Dependencies: SFML 2.5.1 , cmake
Install SFML as according to your machine.
From our base project directory, type in the following commands:
$ rm -rf build
$ cmake CMakeLists.txt -B build
$ cd build
$ make
$ ./BoardGames