PyMines
=======

Just a Python module that implements a classic minesweeper

##Instructions

Download the code and run:

```
python -m mines
```

Or install with :

```
pip install mines
```
Or:

```
easy_install mines
```
