Skip to content

Flowx08/GeometricRain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ 2D video game based on SFML library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages