Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 631 Bytes

File metadata and controls

8 lines (5 loc) · 631 Bytes

minesweeper-py

A simple version of the classic Minesweeper game, developed using Python and PyGObject (originally PyGTK) by David C. Drake.

Controls

  • Left-click to reveal what's under a square (and possibly some empty neighbors). If this reveals a mine, you lose the game. If it reveals a number, the number indicates how many mines are adjacent to that square.
  • Right-click to place a flag on a square you suspect of hiding a mine.