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

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

Awesome Lists containing this project

README

          

# Minesweeper

![bamazonCustomer.js](./assets/images/minesweeper-long.png)

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