Minesweeper is a classic logic puzzle game where the objective is to clear a rectangular board containing hidden "mines" without detonating any of them.
Game Controls:
Left-click - Reveal a cell
Right-click - Place/remove a flag (marks suspected mine)
Double-click on revealed number - Reveals adjacent cells if correct number of flags are placed
Game Rules:
Numbers indicate how many mines are adjacent to that cell
Clicking on a mine ends the game
Clicking on an empty cell reveals all adjacent empty cells
Win by revealing all non-mine cells
Difficulty Levels:
Easy - 9×9 grid with 10 mines
Medium - 16×16 grid with 40 mines
Hard - 30×16 grid with 99 mines
Custom - Create your own board size and mine count