About

Metadata

  • Last updated , by AndresLoeh
  • License LicenseRef-GPL
  • Categories Game Development
  • Maintained by: Andres Loeh <mail@andres-loeh.de>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    curses (off by default)

    enable curses support

    gtk (on by default)

    enable gtk support

Readme

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.