nyx-game: A bullet-hell game made with SDL2.

[ apache, game, library, program ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.1.0
Dependencies async, base (>=4.7 && <5), bytestring, containers, deepseq, dlist, lens, mtl, nyx-game, optparse-generic, random, sdl2, sdl2-image, sdl2-mixer, sdl2-ttf, stm, text, vector [details]
License Apache-2.0
Copyright 2019 Gil Mizrahi
Author Gil Mizrahi
Maintainer gilmi@posteo.net
Category Game
Source repo head: git clone https://gitlab.com/gilmi/nyx-game
Uploaded by gilmi at 2019-11-09T07:09:58Z
Distributions
Executables app
Downloads 1249 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for nyx-game-1.0.1.0

[back to package description]

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