Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 439 Bytes

Python Tkinter Minesweeper

Minesweeper game written in Python using Tkinter GUI library.

Contents:

  • /minesweeper.py - The actual python program
  • /images/ - GIF Images ready for usage with Tkinter
  • /images/original - Original PNG images made with GraphicsGale

To Do:

  • Have specific number of mines, rather than random
  • Highscore table
  • Adjustable grid and mine count via UI