Minesweeper in Python A minesweeper implementation in Python. Requirements numpy | pip install numpy Main Files gui.py - GUI elements // Main program board.py - implementation of the board TODO Add number of mines left counter (number of unused flags left) Resizeable tile sizes No-guess generation