top of page

Minesweeper

Introduction

Minesweeper is a classic single-player puzzle game which is played on a grid of squares, some of which contain hidden mines. The player's objective is to uncover all the safe squares without detonating a mine. Clicking on a square reveals either a number indicating how many adjacent mines are nearby, a blank space that automatically expands to show more of the board, or a mine, which ends the game. Players use logic and probability to flag potential mine locations and clear the board, with difficulty levels adjusting the grid size and number of mines for varying challenges.

​​

​Controls

Click to select a tile.

Click and hold to flag a tile.

bottom of page