@hackage nyx-game1.0.1.0

A bullet-hell game made with SDL2.

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