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

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

## Requirements
* Python 3.10

## Installation

```
$ pip install minesweeper-py
```

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

