/python-tkinter-minesweeper

Minesweeper game written in Python using Tkinter GUI library.

Primary LanguagePython

Python Tkinter Minesweeper v0.5.1

Minesweeper game written in Python using Tkinter GUI library.

Known bugs:

  • Tiles cleared from nearby "clean" areas if there is only one mine in between
  • Occasionally mine numbers are displayed incorrectly (1 above actual) at the edges

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:

  • Fix bugs
  • Clean up duplicate code
  • Have specific number of mines, rather than random
  • Time counter
  • Highscore table
  • Adjustable grid and mine count
  • ...and then some...