nbmines
Terminal minesweeper game from the nbsdgames collection
TLDR
SYNOPSIS
nbmines [options]
DESCRIPTION
nbmines is a terminal-based minesweeper game from the nbsdgames package, a collection of text-based games. The goal is to reveal all cells that do not contain mines while avoiding the mined ones.The game uses an ncurses interface with keyboard and mouse support. Use arrow keys or hjkl to move, ENTER to reveal a cell, and SPACE to flag/unflag a cell. Press q to quit.
PARAMETERS
-c COLS
Number of columns.-r ROWS
Number of rows.-m MINES
Number of mines.-e
Easy mode.--help
Display help information.
PREVIEW
. . 1 . . . . . 1 2 1 . . . . 1 # . . 1 1 . 1 1 1 . 1 F
CAVEATS
Requires a terminal with ncurses support. Part of the nbsdgames collection. Board dimensions are limited by terminal size.
HISTORY
nbmines is part of the nbsdgames package, a collection of 18 text-based games created by abakh, inspired by classic games. Minesweeper itself was popularized by its inclusion in Microsoft Windows 3.1 in 1992.
SEE ALSO
nbfifteen(1), nbsos(1), gnome-mines(1)
