Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 641 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 641 Bytes

Minesweeper with GUI in Python

A mate needed help to make a GUI for the minesweeper game described in this tutorial. Full code is also in the tutor's repository.

I came up with how the GUI would integrate with the original code and my mate helped find useful snippets I requested for.

This repo was first created as private to avoid any plagiarism software from finding my github; hence the abscence of a detailed commit history.

To run, just ./minesweeper.py from within the source.