en:docs:win16:applications:winmine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:win16:applications:winmine [2023/12/24 03:54] prokusheven:docs:win16:applications:winmine [2023/12/29 12:58] (current) prokushev
Line 9: Line 9:
 The goal of Minesweeper is to uncover all the squares on a grid that do not contain mines without being "blown up" by clicking on a square with a mine underneath. The location of most mines is discovered through a logical process, but some require guessing, usually with a 50-50 chance of being correct. Clicking on the game board will reveal what is hidden underneath the chosen square or squares (a large number of blank squares [bordering 0 mines] may be revealed in one go if they are adjacent to each other). Some squares are blank while others contain numbers (from 1 to 8), with each number being the number of mines adjacent to the uncovered square. The goal of Minesweeper is to uncover all the squares on a grid that do not contain mines without being "blown up" by clicking on a square with a mine underneath. The location of most mines is discovered through a logical process, but some require guessing, usually with a 50-50 chance of being correct. Clicking on the game board will reveal what is hidden underneath the chosen square or squares (a large number of blank squares [bordering 0 mines] may be revealed in one go if they are adjacent to each other). Some squares are blank while others contain numbers (from 1 to 8), with each number being the number of mines adjacent to the uncovered square.
  
-To help the player avoid hitting a mine, the location of a suspected mine can be marked by flagging it with the right mouse button; however, if a player is unsure if a square is safe or not, they can tag it with a question mark (?). The game is won once all blank or numbered squares have been uncovered by the player without hitting a mine; any remaining mines not identified by flags are automatically flagged by the computer. However, in the event that a game is lost and the player had mistakenly flagged a safe square, that square will either appear with a red X, or else a red X covering the mine (both denoting the square as safe). The game board comes in three set sizes with a predetermined number of mines"beginner", "intermediate", and "expert", although a "custom" option is available as well.+{{:en:docs:win16:applications:clicked.png|Opened board}} 
 + 
 +To help the player avoid hitting a mine, the location of a suspected mine can be marked by flagging it with the right mouse button; however, if a player is unsure if a square is safe or not, they can tag it with a question mark (?). The game is won once all blank or numbered squares have been uncovered by the player without hitting a mine; any remaining mines not identified by flags are automatically flagged by the computer. However, in the event that a game is lost and the player had mistakenly flagged a safe square, that square will either appear with a red X, or else a red X covering the mine (both denoting the square as safe). 
 + 
 +{{:en:docs:win16:applications:bombt.png|Fail}}
  
 ===== Starting game ===== ===== Starting game =====
Line 18: Line 22:
  
 You can change game mode by selecting item **Beginner**, **Intermediate** or **Expert** from **Game** menu. Also you can define custom game mode by selection **Custom** item. You can change game mode by selecting item **Beginner**, **Intermediate** or **Expert** from **Game** menu. Also you can define custom game mode by selection **Custom** item.
 +
 +{{:en:docs:win16:applications:minesweeper.png|Beginner}} {{:en:docs:win16:applications:inter.png|Intermediate}} {{:en:docs:win16:applications:expert.png|Expert}}
  
 ===== Help marks ===== ===== Help marks =====
Line 26: Line 32:
  
 To show best time results of previous games select **Best Times** item from **Game** menu. To show best time results of previous games select **Best Times** item from **Game** menu.
 +
 +{{:en:docs:win16:applications:besttimes.png|Best times}}
  
 ===== Download ===== ===== Download =====
  
-You can download source code and binaries from [[https://github.com/osfree-project/winmine|GitHub]]. Clock comes under LGPL-2.1 license.+You can download source code and binaries from [[https://github.com/osfree-project/minesweeper|GitHub]]. Minesweeper comes under LGPL-2.1 license.
  
 ===== Notes ===== ===== Notes =====