About

Metadata

  • Last updated , by gilmi
  • License Apache-2.0
  • Categories Game Development
  • Maintained by: gilmi@posteo.net

  • Lottery factor: 0

Links

Installation

Readme

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