Description
A bullet-hell game made with SDL2
Description
A purely functional bullet-hell game made with SDL2. Visit https://gilmi.me/nyx for more details.
README.md
nyx
A bullet hell game written in Haskell.
Click 'R' 5 times to expose a secret menu.
How to Run
From Source
You will need Stack.
Ubuntu:
sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev
make build
make exec
OS X
brew install sdl2 sdl2_ttf sdl2_image sdl2_mixer
make build
make exec