Simple bullet hell rhythm game.
If you're comfortable getting up and running from a git clone
, this method is for you.
- You must have git installed
- You must have gcc installed
- You must have cmake installed
- You must have sfml installed
- You must have boost installed
- You must have fmodex api installed
git clone https://github.com/andreisergiu98/squarly-hoop.git
cd squarly-hoop
cmake CMakeLists.txt -DCMAKE_BUILD_TYPE=Release
make
cd bin
./squarly-hoop
If the app is not opening it should display the error in the terminal, though the only reason for it not to open is having the music folder empty.