Difference between revisions of "LambdaHack"

From RogueBasin
Jump to navigation Jump to search
(a stub)
 
(alpha template)
Line 1: Line 1:
A small roguelike game written in Haskell, with a flexible engine. GTK and terminal front-ends.  
{{game-alpha| name = LambdaHack
|developer = kosmikus
|theme = Nerdy
|influences = [[Hack]], [[Rogue]], [[Angband]]
|released = Apr 12, 2008
|relver = 1.20080412
|updated = January 17, 2011
|updver = 0.1.20110117
|licensing = [[BSD3]] (Free Software)
|language = [[Haskell]]
|platforms = [[Linux]], [[OSX]], [[Windows]]
|interface = [[Keyboard]], [[ASCII]] ([[GTK]] or [[Terminal]])
|length = ~ .5 hour
|site = https://github.com/kosmikus/LambdaHack
}}


* [https://github.com/kosmikus/LambdaHack Github page]
A small roguelike game written in Haskell.  
Flexible engine to be used by other games.
Quite active development at the time of writing this page.


* [http://hackage.haskell.org/package/LambdaHack Hackage page]
Compiled using the cabal tool: [http://hackage.haskell.org/package/LambdaHack Hackage page.]

Revision as of 22:23, 17 January 2011

LambdaHack
Alpha Project
Developer kosmikus
Theme Nerdy
Influences Hack, Rogue, Angband
Released Apr 12, 2008
Updated January 17, 2011
Licensing BSD3 (Free Software)
P. Language Haskell
Platforms Linux, OSX, Windows
Interface Keyboard, ASCII (GTK or Terminal)
Game Length ~ .5 hour
Official site of LambdaHack


A small roguelike game written in Haskell. Flexible engine to be used by other games. Quite active development at the time of writing this page.

Compiled using the cabal tool: Hackage page.