A hack'n'slay game written in haskell (fork of seppeljordan's hackslay)  (http://sebastiandev.net/blog/)

root

[[https://travis-ci.org/seppeljordan/hackslay.svg?branch=master]]

* Introduction

  This program will become a videogame one day.  See
  =hackandslay.cabal= for the dependencies.

* License

  The fonts found in the game are taken from the [[https://www.gnu.org/software/freefont/][GNU FreeFont Project]].
  The fonts are licensed under the GNU GPLv3, as is the game itself.

* Nix Integration

  The author of this program uses nix to manage the haskell package
  dependencies.  For this reason there is a nix expression
  (=shell.nix=) stored in the repository that creates a shell with all
  dependencies built.

  As of now (April 2015) the =sdl2-ttf= package does not build in the
  standard nixos environment but there are some versions on github
  that are modified from the hackage version that should build.

  * [[https://github.com/seppeljordan/sdl2-ttf][sdl2-ttf haskell package]]