@hackage fearOfView0.1.1.0

A terminal broughlike game about manipulating vision

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      bear
       (off by default)

      Build bearlibterminal UI

      curses
       (on by default)

      Build curses UI

      debug
       (off by default)

      Enable debug keys

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.