summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2018-02-25 03:38:25 +0000
committeraiju <devnull@localhost>2018-02-25 03:38:25 +0000
commitd3f4786a1fcfb3cf8eba0cad2457622c6487e0e9 (patch)
tree02099ef54230b84fa3276e92773da01631ecde54 /sys/man
parent4aff59b64ca7be9c003883b97d3bbdcd56dc61bc (diff)
mines: documentation and chronometric control of supernatural apparitions
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/games4
-rw-r--r--sys/man/1/mines63
2 files changed, 64 insertions, 3 deletions
diff --git a/sys/man/1/games b/sys/man/1/games
index 9845ae50c..1abb4599a 100644
--- a/sys/man/1/games
+++ b/sys/man/1/games
@@ -1,6 +1,6 @@
.TH GAMES 1
.SH NAME
-4s, 5s, blabs, catclock, doom, festoon, geigerstats, glendy, juggle, life, mandel, mahjongg, memo, midi, mines, mole, packet, sokoban, sudoku \- time wasters
+4s, 5s, blabs, catclock, doom, festoon, geigerstats, glendy, juggle, life, mandel, mahjongg, memo, midi, mole, packet, sokoban, sudoku \- time wasters
.SH SYNOPSIS
.B games/4s
.br
@@ -108,8 +108,6 @@
.I midifile
]
.br
-.B games/mines
-.br
.B games/mole
.br
.B games/packet
diff --git a/sys/man/1/mines b/sys/man/1/mines
new file mode 100644
index 000000000..948ac2f27
--- /dev/null
+++ b/sys/man/1/mines
@@ -0,0 +1,63 @@
+.TH MINES 1
+.SH NAME
+mines \- minesweeper
+.SH SYNOPSIS
+.B games/mines
+[
+.B -aeqg
+]
+.SH DESCRIPTION
+.I Mines
+is an implementation of the game Minesweeper.
+The game is played on a rectangular grid.
+A certain number of mines is hidden beneath some of the tiles.
+Left clicking on a tile uncovers it.
+If a mine is revealed, the player loses.
+Otherwise, a number is shown that indicates the number of mines in the 8 adjacent tiles.
+The player wins once they have uncovered all tiles free from mines.
+.PP
+Right clicking marks a square, cycling through the flag marker indicating a mine and the query marker with no specific meaning (provided solely for the player's convenience).
+Middle clicking will uncover all adjacent squares, if it is safe to do so (assuming the flag markers are set correctly).
+.PP
+The number at the top left indicates the number of mines remaining that are not marked by flags.
+The number in the top right indicates the number of seconds elapsed.
+The smiley face can be clicked to restart the game.
+.PP
+The
+.B n
+key restarts the game.
+The
+.BR b ,
+.B a
+and
+.B e
+keys restart the game and set the difficulty to beginner, advanced and expert, respectively.
+The
+.B q
+and
+.B DEL
+keys quit the game.
+.PP
+There are a number of options:
+.TP
+.B -a
+Start at advanced difficulty.
+.TP
+.B -e
+Start at expert difficulty.
+.TP
+.B -q
+Disable the query marker.
+.TP
+.B -g
+It's a secret to everybody.
+.SH SOURCE
+.B /sys/src/games/mines
+.SH HISTORY
+.I Mines
+was written in 2001 by Antonin Vecera for Plan 9 Third Edition.
+It was added to 9front in May 2011.
+.SH LICENSE
+.I Mines
+is licensed under the GNU General Public License, Version 2, reproduced in the file
+.BR /lib/legal/gpl .