The goal is to clear the game board by opening all the cells that do not contain mines. Opening a cell with a mine results in losing the game.
Game Goal The goal is to clear the game board by opening all the cells that do not contain mines. Opening a cell with a mine results in losing the game.
Game Rules The game board is made up of a grid of square cells. Some cells randomly contain mines. Opening a cell without a mine reveals a number. The number indicates how many mines are in the adjacent 8 cells.
How to Play Mouse Operation 1. Left Click: Opens a cell. 2. Right Click: Flags a cell suspected to contain a mine. 3. Left Click + Right Click Simultaneously: Opens adjacent cells at once.