packages feed

LambdaHack-0.1.20110117: README.markdown

LambdaHack
==========

LambdaHack is a small [roguelike] [1] game written in [Haskell] [2].


Compilation and installation
----------------------------

The game is best compiled and installed via Cabal, which also takes care
of all dependencies. The latest official version of the game can be downloaded
automatically by Cabal from [Hackage] [3] as follows

    cabal install LambdaHack

For a more current snapshot, download the source from [github] [4]
and run Cabal from the main directory

    cabal install

or you may try one of the terminal frontends with

    cabal install -fvty


Further information
-------------------

See files PLAYING.markdown, DESIGN.markdown, CREDITS and LICENSE
for more information.



[1]: http://roguebasin.roguelikedevelopment.org/index.php?title=Berlin_Interpretation
[2]: http://www.haskell.org/
[3]: http://hackage.haskell.org/package/LambdaHack
[4]: http://github.com/kosmikus/LambdaHack