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

[ apache, game, library, program ] [ Propose Tags ]

A purely functional bullet-hell game made with SDL2. Visit https://gilmi.me/nyx for more details.


[Skip to Readme]

Modules

[Last Documentation]

  • Play
    • Play.Engine
      • Play.Engine.Button
      • Play.Engine.Input
      • Play.Engine.ListZipper
      • Play.Engine.Load
      • Play.Engine.Movement
      • MySDL
        • Play.Engine.MySDL.MySDL
      • Play.Engine.Runner
      • Play.Engine.Scene
      • Play.Engine.ScrollingBackground
      • Play.Engine.Settings
      • Play.Engine.Sprite
      • Play.Engine.Types
      • Play.Engine.Utils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
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
Uploaded by gilmi at 2019-06-26T19:59:05Z
Distributions
Executables app
Downloads 1258 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-06-27 [all 3 reports]

Readme for nyx-game-0.1.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