A downloadable game for Windows and Linux

First Make sure that the system can compile C++ and SFML. 

If not then install the required dependencies.

The Game has 4 main sections.

1) Gameplay (Where we can play the game or change players or change the style of the obstacles).

2) Settings (Has instructions on How to play).

3) Interface (Where you can create new levels from scratch or remodel the already existing levels).

To play the game

1) download the game zip folder.

2) extract it.

3) open the extracted file folder in cmd (Windows) or terminal (Linux).

4) Run the  command 

make

5) After the first command is successfully executed then run the command.

./Game

6) Enjoy the Game. 

Download

Download
Gamejam.zip 12 MB

Install instructions

Install C++ and SFML as the whole game is done on those.