fearOfView: A terminal broughlike game about manipulating vision

[ agpl, game, program ] [ Propose Tags ] [ Report a vulnerability ]

A constrained roguelike ("broughlike") game played on a 5x5 grid of cells which are regenerated when out of view. Designed for colour terminals, using the ncurses library.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
debug

Enable debug keys

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies astar (>=0.3 && <0.4), base (>=4.3 && <5), bytestring (>=0.10 && <0.13), containers (>=0.4 && <0.9), directory (>=1.2.3.0 && <1.4), filelock (>=0.1 && <0.2), filepath (>=1.0 && <2.1), hashable (>=1.4 && <1.6), hscurses (>=1.4 && <1.6), MonadRandom (>=0.6 && <0.7), mtl (>=2.2 && <2.4), random (>=1.3 && <1.4), safe (>=0.3.18 && <0.4), safe-exceptions (>=0.1 && <0.2), serialise (>=0.2 && <0.3), splitmix (>=0.1 && <0.2), unordered-containers (>=0.2 && <0.3) [details]
License AGPL-3.0-or-later
Author mbays
Maintainer mbays@sdf.org
Category Game
Home page https://mbays.sdf.org/fov/
Source repo head: git clone https://thegonz.net/~fov/fearOfView.git
Uploaded by mbays at 2025-08-11T13:36:25Z
Distributions
Executables fearOfView
Downloads 2 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-08-11 [all 2 reports]

Readme for fearOfView-0.1.0.1

[back to package description]

Fear of View

A terminal broughlike game about manipulating vision.

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

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.