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-06-26T20:08:51Z
Distributions
Executables app
Downloads 1258 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2019-06-26 [all 1 reports]

Readme for nyx-game-1.0.0.0

[back to package description]

nyx

A bullet hell game written in Haskell.

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