This is a basic Minesweeper game written in Python 3 using tkinter as a graphics library.
- Python 3 (tested on 3.5.2)
To run the game, execute:
./cheesweeper.py
Field dimensions and number of mines are hardcoded.
Big thanks to Kenjomik for the pixel cheetah icon.
Tk window centering code taken from this Stack Overflow post.