]> gitweb.factorcode.org Git - factor.git/commitdiff
minesweeper: adding docs for middle-click.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Mar 2018 16:57:42 +0000 (08:57 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 5 Mar 2018 16:57:42 +0000 (08:57 -0800)
extra/minesweeper/minesweeper-docs.factor

index 6a9df0a5ea0dd2f3e90b29c66289e8bcffe53c0f..ecafa41bb188605cff7b0abae48ecc525cb261df 100644 (file)
@@ -26,6 +26,8 @@ $nl
 $nl
 "If you open a cell with " { $snippet "0" } " neighboring mines, all of its neighbors will automatically open. This can sometimes be a large area."
 $nl
+"If you middle-click an opened cell, and the number of adjacent flags match the number of adjacent mines, it will open all of the neighbors. This can improve the speed at which you can complete the game. However, if you have not flagged the adjacent cells correctly, you can lose when this opens the mined cell that was not marked."
+$nl
 "To flag a cell you think is a mine, point and right-click (or hover with the mouse and press " { $snippet "SPACE" } "). Do this again to mark with a question mark symbol (useful if you are unsure about a cell). Do this again to return the cell to blank."
 $nl
 "If you flag a mine incorrectly, you will need to correct that mistake before you can win."