Difference between revisions of "LambdaHack"

From RogueBasin
Jump to navigation Jump to search
(Bump version)
Line 3: Line 3:
|released = Apr 12, 2008 (v1.20080412)
|released = Apr 12, 2008 (v1.20080412)
|relver = v1.20080412
|relver = v1.20080412
|updated = Aug 1, 2015 (v0.5.0.0, aka 'Halfway through space')
|updated = May 29, 2017 (v0.6.0.0, aka 'Too much to tell')
|updver = v0.5.0.0
|updver = v0.6.0.0
|licensing = [[BSD3]] (Free Software)
|licensing = [[BSD3]] (Free Software)
|language = [[Haskell]]
|language = [[Haskell]]
|platforms = [[Linux]], [[OSX]], [[Windows]]
|platforms = [[Browser]], [[Linux]], [[OSX]], [[Windows]]
|site = https://github.com/LambdaHack/LambdaHack/releases
|site = https://github.com/LambdaHack/LambdaHack/releases
|status = Beta
|status = Beta
|dependencies = GTK is a binary dependency, source dependencies are as specified on [http://hackage.haskell.org/package/LambdaHack the Hackage page]
|dependencies = source dependencies are as specified on [http://hackage.haskell.org/package/LambdaHack the Hackage page]
}}
}}
== Play it in the browser! https://lambdahack.github.io ==


https://raw.githubusercontent.com/LambdaHack/media/master/icon/skirmish1.32x32.png
https://raw.githubusercontent.com/LambdaHack/media/master/icon/skirmish1.32x32.png
Line 27: Line 29:


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 [https://github.com/LambdaHack/LambdaHack/blob/master/GameDefinition/PLAYING.md PLAYING.md].
A larger, diferent game that depends on the LambdaHack library
A larger, different game that depends on the LambdaHack library
is [[Allure of the Stars]]. Yet another promising game is [[Space Privateers]].
is [[Allure of the Stars]]. Yet another promising game is [[Space Privateers]].


----
== New screenshots ==
 
https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/crawl-0.6.0.0-8x8x.png
 
https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/crawl-0.6.0.0-8x8xb.png
 
https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/crawl-0.6.0.0-16x16x.png
 
== Ancient screenshots ==


https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/safari1.png
https://raw.githubusercontent.com/LambdaHack/media/master/screenshot/safari1.png

Revision as of 19:29, 30 May 2017

LambdaHack
Library project
Developer Andres Löh, Mikolaj Konarski
Released Apr 12, 2008 (v1.20080412)
Updated May 29, 2017 (v0.6.0.0, aka 'Too much to tell')
Status Beta
Licensing BSD3 (Free Software)
P. Language Haskell
Platforms Browser, Linux, OSX, Windows
Dependencies source dependencies are as specified on the Hackage page
Official site of LambdaHack


Play it in the browser! https://lambdahack.github.io

skirmish1.32x32.png LambdaHack is a Haskell game engine library for roguelike games of arbitrary theme, size and complexity. You specify the content to be procedurally generated, including game rules and AI behaviour. The library lets you 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. A larger, different game that depends on the LambdaHack library is Allure of the Stars. Yet another promising game is Space Privateers.

New screenshots

crawl-0.6.0.0-8x8x.png

crawl-0.6.0.0-8x8xb.png

crawl-0.6.0.0-16x16x.png

Ancient screenshots

safari1.png

raid1.png

skirmish1.png

ambush1.png

campaign1.png