This is the classic Minesweeper game developed using Tkiner and Python. It has the following features:
- Choosing a difficulty (number of mines).
- Top scores board.
- Saving your progress. You are able to save and load the progress of the game using the load and save button in the game. The data is saved in "sample.json".
The orange squares are were the bombs located at. You can disable them in the code at the line 446.

