Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ripexz/python-tkinter-minesweeper
- Owner: ripexz
- License: mit
- Created: 2013-03-16T19:09:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T13:57:12.000Z (over 2 years ago)
- Last Synced: 2024-12-17T12:23:09.545Z (17 days ago)
- Topics: game, minesweeper, minesweeper-game, python, tkinter
- Language: Python
- Size: 35.2 KB
- Stars: 137
- Watchers: 7
- Forks: 96
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
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 GraphicsGaleTo Do:
----------
- Have specific number of mines, rather than random
- Highscore table
- Adjustable grid and mine count via UI