Description
A terminal broughlike game about manipulating vision.
Description
A constrained roguelike ("broughlike") game played on a 5x5 grid of cells which are regenerated when out of view. Can be compiled for play on a genuine colour terminal using ncurses, or in a pseudo-terminal using bearlibterminal.
README.md
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.