
About
Minesweeper is a logic puzzle genre played on a grid of clickable tiles hiding mines; the goal is to clear the board without detonating any, using numeric clues about neighboring mines. Isometric Minesweeper is a Pygame-based take on classic Minesweeper presented on an isometric board, built for Windows and requiring Python 3.7 with pygame 1.9.3 or later (or a standalone executable). It adds a debug mode that highlights bomb tiles in red and mine-free tiles in cyan, and lets players adjust difficulty by changing the number of bombs in the options menu.
How it differs from the original
Beyond its isometric board presentation, it adds an optional debug mode that reveals mine locations and lets players freely adjust difficulty by setting the number of bombs directly.
Getting started
It can be launched either from its standalone Windows executable or by running the game directly with Python 3.7+ and pygame 1.9.3+ installed.
Known limitations
- input: Sometimes Middle Mouse Button (Chording) does not function as intended, and the highlighted area does not follow the mouse.
Media
Additional notes
- Known bug
- Middle-mouse-button chording sometimes doesn't work correctly, with the highlighted area failing to follow the mouse.