Skip to content

DennisFFM/python-tkinter-minesweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Minesweeper game written in Python using Tkinter GUI library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%