@hackage LambdaHack0.1.20090606
a small roguelike game
Categories
License
LicenseRef-GPL
Maintainer
Andres Loeh <mail@andres-loeh.de>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (0)
- base >=3 && <4
- binary >=0.4 && <1
- bytestring >=0.9 && <1
- containers >=0.1 && <1
- directory >=1 && <2
- mtl >=1.1 && <2 Show all…
Dependents (3)
@hackage/SpacePrivateers, @hackage/acme-everything, @hackage/Allure
Package Flags
curses
(off by default)
enable curses support
gtk
(on by default)
enable gtk support
Installation via Cabal.
There are three displays to choose from, depending on the flags passed to Setup configure:
- gtk2hs (the default)
- vty (Setup configure -f-gtk)
- curses (Setup configure -fcurses)
The curses display is the newest and least tested, the other two should be stable.