/GeometricRain

C++ 2D video game based on SFML library

Primary LanguageC++

GeometricRain

C++ 2D video game based on SFML library

Screenshots

alt text alt text alt text

Compile and run

You need to install the SFML library to compile the code. On ubuntu you can install it with this terminal command:

sudo apt-get install libsfml-dev

On MacOS you can install SFML using the brew package manager:

brew install sfml

To compile and run the game, go to the build/ folder and run:

sudo make
sudo ./geometric_rain