@hackage / fearOfView

A terminal broughlike game about manipulating vision

Latest0.1.1.0

About

Metadata

  • Last updated , by mbays
  • License AGPL-3.0-or-later
  • Categories Game Development
  • Maintained by: mbays@sdf.org

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    bear (off by default)

    Build bearlibterminal UI

    curses (on by default)

    Build curses UI

    debug (off by default)

    Enable debug keys

Readme

Fear of View

A terminal broughlike game about manipulating vision.

Released under the AGPL, version 3 or later. See COPYING.

Screenshot

Building

Dependencies:

  • GHC and cabal: package cabal-install on Debian, dev-haskell/cabal on Gentoo, etc.
  • ncurses

Run with cabal run. Install with cabal install.

Bearlibterminal

In case you don't have or like ncurses, the game also supports this alternative terminal library which runs in graphical mode (via OpenGL). Install bearlibterminal, then run with cabal run -fbear.