From 535b0be7fe0492040235a0410386564a7d12315b Mon Sep 17 00:00:00 2001 From: David Lindbom Date: Sun, 9 Jan 2022 20:30:15 +0100 Subject: Base: Add manual page for Minesweeper --- Base/usr/share/man/man6/Minesweeper.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Base/usr/share/man/man6/Minesweeper.md (limited to 'Base/usr/share/man/man6') 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. -- cgit v1.2.3