Difference between revisions of "LambdaHack"

From RogueBasin
Jump to navigation Jump to search
m
Line 13: Line 13:
}}
}}


https://raw.githubusercontent.com/LambdaHack/media/master/icon/skirmish1.32x32.png
This is an alpha release of LambdaHack, a Haskell game engine
This is an alpha release of LambdaHack, a Haskell game engine
library for roguelike games of arbitrary theme, size and complexity,
library for roguelike games of arbitrary theme, size and complexity,
Line 29: Line 30:
The engine comes with a sample code for a little dungeon crawler,
The engine comes with a sample code for a little dungeon crawler,
called LambdaHack and described in PLAYING.md on the official site.
called LambdaHack and described in PLAYING.md on the official site.
A larger, diferent game that depends on the LambdaHack library
is [[Allure of the Stars]].
----
https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/skirmish1.png


https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/ambush1.png
https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/ambush1.png
A larger, diferent game that depends on the LambdaHack library
is [[Allure of the Stars]].

Revision as of 09:38, 26 July 2014

LambdaHack
Library project
Developer Andres Löh, Mikolaj Konarski
Released Apr 12, 2008
Updated Jul 25, 2014 (0.2.14, aka 'Out of balance')
Status Alpha
Licensing BSD3 (Free Software)
P. Language Haskell
Platforms Linux, OSX, Windows
Dependencies as specified on the Hackage page
Official site of LambdaHack


skirmish1.32x32.png This is an alpha release of LambdaHack, a Haskell game engine library for roguelike games of arbitrary theme, size and complexity, packaged together with a small example dungeon crawler. When completed, the engine will let you specify content to be procedurally generated, define the AI behaviour on top of the generic content-independent rules and compile a ready-to-play game binary, using either the supplied or a custom-made main loop. Several frontends are available (GTK is the default) and many other generic engine components are easily overridden, but the fundamental source of flexibility lies in the strict and type-safe separation of code and content and of clients (human and AI-controlled) and server. Long-term goals for LambdaHack include support for multiplayer tactical squad combat, in-game content creation, auto-balancing and persistent content modification based on player behaviour.

The engine comes with a sample code for a little dungeon crawler, called LambdaHack and described in PLAYING.md on the official site. A larger, diferent game that depends on the LambdaHack library is Allure of the Stars.


skirmish1.png

ambush1.png