This is a simple 2d sidescroller/bullet hell developed using SDL and other simple libraries, developed for only linux as of now.
For Debian and Debian based distributions:
build-essentiallibsdl2-devlibsdl2-image-devlibsdl2-ttf-devlibsdl2-mixer-devOr equivalent packages for other distributions
Simply use the command make all after navigating to or opening a terminal in the directory where the game is.
Alternatively use g++ src/*.cpp -w -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer in the game directory.