mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Base: Add manual page for Minesweeper
This commit is contained in:
parent
7cb713e043
commit
535b0be7fe
Notes:
sideshowbarker
2024-07-17 20:58:37 +09:00
Author: https://github.com/DavidLindbom Commit: https://github.com/SerenityOS/serenity/commit/535b0be7fe0 Pull-request: https://github.com/SerenityOS/serenity/pull/11772 Reviewed-by: https://github.com/Rummskartoffel Reviewed-by: https://github.com/bgianfo ✅
17
Base/usr/share/man/man6/Minesweeper.md
Normal file
17
Base/usr/share/man/man6/Minesweeper.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user