Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ripexz/python-tkinter-minesweeper

Minesweeper game written in Python using Tkinter GUI library.
https://github.com/ripexz/python-tkinter-minesweeper

game minesweeper minesweeper-game python tkinter

Last synced: 7 days ago
JSON representation

Minesweeper game written in Python using Tkinter GUI library.

Awesome Lists containing this project

README

        

Python Tkinter Minesweeper
===========================

Minesweeper game written in Python using Tkinter GUI library.

Screenshot on OSX

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