summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man6
diff options
context:
space:
mode:
authorDavid Lindbom <hi@davidlindbom.se>2022-01-09 20:30:15 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-01-13 03:45:17 -0800
commit535b0be7fe0492040235a0410386564a7d12315b (patch)
tree29fec28219e11b408d4fa9a049c414b5e7497a59 /Base/usr/share/man/man6
parent7cb713e0432aa4c12507cac36e9bdbfe24b3eccc (diff)
downloadserenity-535b0be7fe0492040235a0410386564a7d12315b.zip
Base: Add manual page for Minesweeper
Diffstat (limited to 'Base/usr/share/man/man6')
-rw-r--r--Base/usr/share/man/man6/Minesweeper.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Base/usr/share/man/man6/Minesweeper.md b/Base/usr/share/man/man6/Minesweeper.md
new file mode 100644
index 0000000000..fd42b10d77
--- /dev/null
+++ b/Base/usr/share/man/man6/Minesweeper.md
@@ -0,0 +1,17 @@
+## Name
+
+Minesweeper
+
+## Synopsis
+
+```**sh
+$ Minesweeper
+```
+
+## Description
+
+The goal is to find all the mines without detonating them.
+
+The player reveals what is underneath a tile by clicking on it. If it is a mine underneath the player loses. Otherwise the tile will show how many neighbouring mines there are to the tile. If there are no neighboring mines, all the neighboring tiles are revealed recursively.
+
+The player can mark a tile as being a mine by right-clicking the tile. This is then shown with a flag.