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

https://github.com/pocc/pynesweeper

A minesweeper implementation in Python
https://github.com/pocc/pynesweeper

Last synced: 3 months ago
JSON representation

A minesweeper implementation in Python

Awesome Lists containing this project

README

          

## Pynesweeper

A basic implementation of
[minesweeper](http://www.minesweeper.info/wiki/Windows_Minesweeper) in Python.
You choose how large the grid is and how many mines there are.

![](https://dl.dropboxusercontent.com/s/4tz95j9jymywnki/pynesweeper_welcome.png)

### 4x4, 2 mines

![](https://dl.dropboxusercontent.com/s/z02mbl8t76v535n/4x4pynesweeper.png)

### 24x24, 100 mines

![](https://dl.dropboxusercontent.com/s/75izjv1vkqmsj7g/24x24pynesweeper.png)