Description: Minesweeper is a single-player video game. The player is initially presented with a grid of undistinguished squares. Some randomly selected squares, unknown to the player, are designated to contain mines. The game is played by revealing squares of the grid, typically by clicking them with a mouse. If a square containing a mine is revealed, the player loses the game. Otherwise, a digit is revealed in the square, indicating the number of adjacent squares (typically, out of the possible eight) that contain mines. In typical implementations, if this number is zero then the square appears blank, and the surrounding squares are automatically also revealed. In some implementations, a question mark may be placed in an unrevealed square. The game is won when all mine-free squares are revealed, meaning that all mines have been located.
Instructions: Mouse left click and use space bar to mark the squares as mines.