A fun space shooter game written in C++ using the SFML API.
On Linux, just install the libsfml-dev package from the repositories. Then, compile the file rigel.cxx using the build command:
g++ -Wall -Os -o rigel rigel.cxx -lsfml-graphics -lsfml-window -lsfml-system
Then, run the game using
./rigel