A minesweeper game in Python: players click tiles to reveal either a number (representing the number of mines surrounding the tile) or a mine (game over).
Creates multicolour (green) grid with mines.
Players can choose to play easy (9x9), medium (16x16) or hard (32x16) mode. Hard mode may take a few seconds to load.
Players can flag squares (make them unclickable) by right clicking on a square.
Score counter.
Zero sweep (if a space has no mines, continue to clear all spaces with zero surrounding mines until you reach a non-zero square).
Custom difficulty.



