Metadata-Version: 2.1
Name: minesweeper-mvc
Version: 1.1.0
Summary: This simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern. 
Author: Ilya Kalinin
Author-email: gerrux@yandex.ru
License: MIT
Keywords: minesweeper game pygame
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame>=2.1.2

# Minesweeper
[![PyPi Package Version](https://img.shields.io/pypi/v/minesweeper-mvc.svg?style=flat-square)](https://pypi.python.org/pypi/minesweeper-mvc)
[![PyPi status](https://img.shields.io/pypi/status/minesweeper-mvc.svg?style=flat-square)](https://pypi.python.org/pypi/minesweeper-mvc)
[![Downloads](https://img.shields.io/pypi/dm/minesweeper-mvc.svg?style=flat-square)](https://pypi.python.org/pypi/minesweeper-mvc)
[![MIT License](https://img.shields.io/pypi/l/minesweeper-mvc.svg?style=flat-square)](https://opensource.org/licenses/MIT)

This simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.

## Requirements
* Python +3.6

## Installation

```
$ pip install minesweeper-mvc
```

## How to play
* Left click to step on a spot
* Right click to mark a spot as a bomb

## Start game
```
$ minesweeper
```

## License
Minesweeper is released under the MIT license. See LICENSE for details.

## References
[Minesweeper](https://en.wikipedia.org/wiki/Minesweeper_(video_game))

## Contact
- Telegram: [@Gerrux](https://t.me/gerrux)
- Follow me on GitHub: [@Gerrux](https://github.com/Gerrux)
