minesweeper-mvc


Nameminesweeper-mvc JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryThis simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.
upload_time2024-07-01 21:53:17
maintainerNone
docs_urlNone
authorIlya Kalinin
requires_python>=3.6
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": null,
    "name": "minesweeper-mvc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "minesweeper game pygame",
    "author": "Ilya Kalinin",
    "author_email": "gerrux@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/2e/5f/bf4277b49ec5d44fc1d545df15d8b19c85885babd74a6e02ecf8deb88bcb/minesweeper_mvc-1.1.0.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",
    "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.1.0",
    "project_urls": null,
    "split_keywords": [
        "minesweeper",
        "game",
        "pygame"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "609bb3b963ff93ae9eb71af7884bb51696a6cd5a61c4a3eb2b33f14c642f2a37",
                "md5": "52479f963885b829a56935777a78b548",
                "sha256": "051795424fabbb230487cb06f9ce2202604848264aef52bb5033d9c81d0975f6"
            },
            "downloads": -1,
            "filename": "minesweeper_mvc-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52479f963885b829a56935777a78b548",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1934832,
            "upload_time": "2024-07-01T21:53:15",
            "upload_time_iso_8601": "2024-07-01T21:53:15.852244Z",
            "url": "https://files.pythonhosted.org/packages/60/9b/b3b963ff93ae9eb71af7884bb51696a6cd5a61c4a3eb2b33f14c642f2a37/minesweeper_mvc-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e5fbf4277b49ec5d44fc1d545df15d8b19c85885babd74a6e02ecf8deb88bcb",
                "md5": "59f85088c32cdb6e5ab627bb7768298a",
                "sha256": "671df89452897a71cd04d08f8919b4df31a08baeb754f573fddc068ac639e680"
            },
            "downloads": -1,
            "filename": "minesweeper_mvc-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "59f85088c32cdb6e5ab627bb7768298a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1925596,
            "upload_time": "2024-07-01T21:53:17",
            "upload_time_iso_8601": "2024-07-01T21:53:17.701089Z",
            "url": "https://files.pythonhosted.org/packages/2e/5f/bf4277b49ec5d44fc1d545df15d8b19c85885babd74a6e02ecf8deb88bcb/minesweeper_mvc-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 21:53:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "minesweeper-mvc"
}
        
Elapsed time: 0.26264s