Minesweeper

Introduction to Minesweeper

Minesweeper is a single-player puzzle game. The objective of the game is to clear a rectangular board containing hidden "mines" without detonating any of them, with help from clues about the number of neighboring mines in each field.

Minesweeper Screenshot

Gameplay

The game board is divided into cells. Some cells contain mines, while others do not. The player clicks on a cell to reveal it:

Run Python Code