@hackage fearOfView0.1.1.0
A terminal broughlike game about manipulating vision
Categories
License
AGPL-3.0-or-later
Maintainer
mbays@sdf.org
Links
Versions
Installation
Dependencies (0)
- MonadRandom >=0.6 && <0.7
- astar >=0.3 && <0.4
- base <0
- bearlibterminal >=0.1 && <0.2
- bytestring >=0.10 && <0.13
- containers >=0.4 && <0.9 Show all…
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.

Building
Dependencies:
- GHC and cabal: package
cabal-installon Debian,dev-haskell/cabalon 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.