C++ 2D video game based on SFML library
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