LambdaHack
Version 0.10.2.0 revision 0 uploaded by MikolajKonarski.
Package meta
- Synopsis
- A game engine library for tactical squad ASCII roguelike dungeon crawlers
- Description
LambdaHack is a Haskell game engine library for ASCII roguelike games of arbitrary theme, size and complexity, with optional tactical squad combat. It's packaged together with a sample dungeon crawler in a quirky fantasy setting. The sample game can be tried out in the browser at http://lambdahack.github.io.
Please see the changelog file for recent improvements and the issue tracker for short-term plans. Long term goals include multiplayer tactical squad combat, in-game content creation, auto-balancing and persistent content modification based on player behaviour. Contributions are welcome.
Other games known to use the LambdaHack library:
Allure of the Stars, a near-future Sci-Fi game, http://hackage.haskell.org/package/Allure
Note: All modules in this library are kept visible, to let games override and reuse them. OTOH, to reflect that some modules are implementation details relative to others, the source code adheres to the following convention. If a module has the same name as a directory, the module is the exclusive interface to the directory. No references to the modules in the directory are allowed except from the interface module. This policy is only binding when developing the library --- library users are free to access any modules, since the library authors are in no position to guess their particular needs.
This is a workaround .cabal file, flattened to eliminate internal libraries until generating haddocks for them is fixed. The original .cabal file is stored in the github repo.
- Author
- Andres Loeh, Mikolaj Konarski and others
- Bug reports
- http://github.com/LambdaHack/LambdaHack/issues
- Category
- Game Engine, Game
- Copyright
- n/a
- Homepage
- https://lambdahack.github.io
- Maintainer
- Mikolaj Konarski <mikolaj.konarski@funktory.com>
- Package URL
- n/a
- Stability
- n/a