mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:37:47 +00:00
Everywhere: Run spellcheck on all documentation
This commit is contained in:
parent
a7600caea1
commit
ee47c0275e
15 changed files with 26 additions and 26 deletions
|
@ -14,6 +14,6 @@ $ Minesweeper
|
|||
|
||||
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 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 neighboring 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…
Add table
Add a link
Reference in a new issue