minesweeper-mvc


Nameminesweeper-mvc JSON
Version 1.0.4 PyPI version JSON
download
home_page
SummaryThis simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.
upload_time2022-12-14 21:28:38
maintainer
docs_urlNone
authorIlya Kalinin
requires_python
licenseMIT
keywords minesweeper game pygame
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "minesweeper-mvc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "minesweeper game pygame",
    "author": "Ilya Kalinin",
    "author_email": "gerrux@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/05/38/df4cad7f349d118343ac4562918aa6667f28c6f5f99e837a6b6efd27e933/minesweeper-mvc-1.0.4.tar.gz",
    "platform": null,
    "description": "# Minesweeper\r\n[![PyPi Package Version](https://img.shields.io/pypi/v/minesweeper-mvc.svg?style=flat-square)](https://pypi.python.org/pypi/minesweeper-mvc)\r\n[![PyPi status](https://img.shields.io/pypi/status/minesweeper-mvc.svg?style=flat-square)](https://pypi.python.org/pypi/minesweeper-mvc)\r\n[![Downloads](https://img.shields.io/pypi/dm/minesweeper-mvc.svg?style=flat-square)](https://pypi.python.org/pypi/minesweeper-mvc)\r\n[![MIT License](https://img.shields.io/pypi/l/minesweeper-mvc.svg?style=flat-square)](https://opensource.org/licenses/MIT)\r\n\r\nThis simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.\r\n\r\n## Requirements\r\n* Python +3.6\r\n\r\n## Installation\r\n\r\n```\r\n$ pip install minesweeper-mvc\r\n```\r\n\r\n## How to play\r\n* Left click to step on a spot\r\n* Right click to mark a spot as a bomb\r\n\r\n## Start game\r\n```\r\n$ minesweeper\r\n```\r\n\r\n## License\r\nMinesweeper is released under the MIT license. See LICENSE for details.\r\n\r\n## References\r\n[Minesweeper](https://en.wikipedia.org/wiki/Minesweeper_(video_game))\r\n\r\n## Contact\r\n- Telegram: [@Gerrux](https://t.me/gerrux)\r\n- Follow me on GitHub: [@Gerrux](https://github.com/Gerrux)\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.",
    "version": "1.0.4",
    "split_keywords": [
        "minesweeper",
        "game",
        "pygame"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "93bb06b3fd57744da7c52ad34a6d1640",
                "sha256": "d0f030186a8f93928446db59e320f1961ed132631527977f48296ab6ac489800"
            },
            "downloads": -1,
            "filename": "minesweeper-mvc-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "93bb06b3fd57744da7c52ad34a6d1640",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1925655,
            "upload_time": "2022-12-14T21:28:38",
            "upload_time_iso_8601": "2022-12-14T21:28:38.105578Z",
            "url": "https://files.pythonhosted.org/packages/05/38/df4cad7f349d118343ac4562918aa6667f28c6f5f99e837a6b6efd27e933/minesweeper-mvc-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-14 21:28:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "minesweeper-mvc"
}
        
Elapsed time: 0.01791s