This is a bullet hell rhythm game. In the future, most actions will be synced to accompanying background music.
Make sure you've downloaded/installed GNU Make, SDL2, SDL_mixer, and SDL_ttf.
Are you on Windows?
winmake mapmaker
winmake bhrg
build\bhrg region_test.map region_test.time
Are you on Linux?
./make mapmaker
./make bhrg
build/bhrg region_test.map region_test.time
Building uses GNU Make.
Building is OS dependent, you may need to modify the Makefile for your OS. The Windows Makefile I use is windows.Makefile. The Linux Makefile I use is linux.Makefile.
To build the project, use make.
$ make --directory=build --makefile=linux.Makefile mapmaker
$ make --directory=build --makefile=linux.Makefile bhrg
$ build/mapmaker make_your_own.map make_your_own.time
$ build/bhrg make_your_own.map make_your_own.time
make can be replaced by the following platform-dependent commands.
$ ./make bhrg
C:\bhrg> winmake bhrg
Window and graphics management is done using SDL2.
This project also requires SDL_mixer, SDL_ttf, and SDL_image.
The music in the repo is "Chill or Be Chilled" by "The Polish Ambassador | Nitty Scott", found here.
The font used throughout the project is Tanohe Sans, found here.