LinuxCommandLibrary

nbmines

TLDR

Play minesweeper

$ nbmines
copy
Set board size
$ nbmines -c [10] -r [10]
copy
Set mine count
$ nbmines -m [15]
copy
Easy mode
$ nbmines -e
copy

SYNOPSIS

nbmines [options]

DESCRIPTION

nbmines is a terminal minesweeper game. Reveal cells while avoiding mines.
The tool is the classic minesweeper. ncurses-based interface.
nbmines is terminal minesweeper.

PARAMETERS

-c COLS

Number of columns.
-r ROWS
Number of rows.
-m MINES
Number of mines.
-e
Easy mode.
--help
Display help information.

CAVEATS

Terminal game. Keyboard controls. Part of games collection.

HISTORY

nbmines implements Minesweeper, the classic puzzle game popularized by Microsoft Windows.

SEE ALSO

Copied to clipboard