/Minesweeper

Using the Tkinter library to create Minesweeper in Python

Primary LanguagePython

Minesweeper (Project Status: Completed)

Using the Tkinter Python library, I recreated Minesweeper for Python 3.6 onwards (tested). One useful feature of this program is that the dimensions of the GUI are relative to the number of mines you play with, hence, games will always feel as balanced as the last.

Dependancies

  • Tkinter

Visuals

Selecting the number of mines

select

Gameplay pictures

first second

Gameover screen (Win/No More Squares)

gameover

Contributions

Contributions are more than welcome to this project

Licence

MIT