A clone of minesweeper in Python using Pygame
A clone of the classic game minesweeper made in Python.
In main.py alter lines 310, 311, and 315 respectively to change the size of the grid and the number of bombs that will spawn.
A grid is generaterd with a certain number of bombs and every square is assigned a number relating to how many bombs are next to it.
Try to reveal all of the squares, without clicking on any bombs.
An active bombs left counter will be displayed at the top of the screen.
When you think you know where a bomb is positioned, you can right click to flag that square (This isn't necessary).
Left clicking on a square will reveal that square.
