Skip to content

avisekksarma/BoardGames

Repository files navigation

BoardGames

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.

Images of Some Screens :

1. Main Menu

2. Buddhichal

3. Checkers

4. Chess

Further images :

The final images of the game can be seen from here

Building Instructions

Dependencies: SFML 2.5.1 , cmake

Install SFML as according to your machine.

Using Cmake from commandline

From our base project directory, type in the following commands:

$ rm -rf build
$ cmake CMakeLists.txt -B build
$ cd build
$ make
$ ./BoardGames

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published