@hackage nyx-game1.0.1.0
A bullet-hell game made with SDL2.
Categories
License
Apache-2.0
Maintainer
gilmi@posteo.net
Links
Versions
Installation
Dependencies (17)
- base >=4.7 && <5
- bytestring
- containers
- deepseq
- mtl
- random Show all…
Dependents (0)
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