https://github.com/endreot/minesweeper
Play a simple minesweeper game
https://github.com/endreot/minesweeper
game model-view-controller python tkinter unit-testing
Last synced: 11 months ago
JSON representation
Play a simple minesweeper game
- Host: GitHub
- URL: https://github.com/endreot/minesweeper
- Owner: EndreoT
- License: mit
- Created: 2018-03-25T00:09:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T16:24:15.000Z (over 6 years ago)
- Last Synced: 2025-02-13T21:41:21.466Z (12 months ago)
- Topics: game, model-view-controller, python, tkinter, unit-testing
- Language: Python
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper

### Description
Play a simple minesweeper game. Players can choose from either a GUI verstion (recommended), or a text based interface for the masochists.
### Result
Currently there are two options for playing this game. The first is invoking main.py in the old-but-works folder. Players have an option for either a GUI version, or a text based version. The second option is invoking main.py in the refactored-text-only folder, which contains improved refactored code. However, only a text interface is available in this directory.
### Future improvements
Transpile python game files into JavaScript, and create a game interface using Javascript, HTML, and CSS