How to Play Minesweeper
Objective: The objective of Minesweeper is to clear a rectangular board containing hidden mines without detonating any of them.
Grid: The board consists of a grid of squares. Each square can either be empty or contain a mine.
Gameplay:
- The game begins with all squares hidden.
- The player reveals squares by clicking on them.
- If a revealed square contains a mine, the game ends, and the player loses.
- If a revealed square does not contain a mine, it displays a number indicating how many adjacent squares contain mines.
- If a revealed square has no adjacent mines, it reveals all adjacent squares recursively.
Flagging: Players can flag squares they suspect contain mines using right mouse click, preventing them from being revealed.
To flag with left mouse click, turn on Flag Mode at the top of the screen.
Winning: The player wins the game by revealing all non-mine squares without detonating any mines.