minegauler


Nameminegauler JSON
Version 4.2.0 PyPI version JSON
download
home_pageNone
SummaryA clone of the original minesweeper game with many added features
upload_time2025-01-10 01:37:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords minesweeper game puzzle
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build badge](https://img.shields.io/github/workflow/status/LewisGaul/minegauler/Workflow%20for%20full%20test%20matrix/dev)](https://github.com/LewisGaul/minegauler/actions?query=workflow%3A%22Workflow+for+full+test+matrix%22+branch%3Adev)
[![Codecov badge](https://img.shields.io/codecov/c/github/LewisGaul/minegauler/dev)](https://codecov.io/gh/LewisGaul/minegauler/)
[![PyPI badge](https://img.shields.io/pypi/v/minegauler.svg)](https://pypi.python.org/pypi/minegauler/)
[![Downloads badge](https://img.shields.io/github/downloads/LewisGaul/minegauler/total)](https://github.com/LewisGaul/minegauler/releases/)
[![Code style badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/)


A perfect clone of the classic Minesweeper game, with many added features.

Read more about the project history on [the project homepage](https://github.com/LewisGaul/minegauler).


<img src="https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/beginner_start.png" height=250> <img src="https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/beginner_win.png" height=250> <img src="https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/split-cell-intermediate.png" height=250> <img src="https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/intermediate_probs.PNG" height=250>


## Install and Run

Install with `pip install minegauler`, and then run with `python -m minegauler`.


## Features

- Basic functional game
- Ability to specify custom board size/number of mines
- Ability to replay a game
- Mode to create boards
- Ability to save and load boards (created or played)
- Get current game information, including predicted completion time for lost game
- Option of whether first click will guarantee an opening
- Option to select cells by click-and-drag technique with the mouse
- Option to allow multiple mines per cell
- Option for setting the 'reach' of the cell numbers
- New game mode: "split cell"
- Local highscores for standard difficulty modes
- Custom cell styles
- Option to change the cell size
- Ability to reduce the window size and use scroll


## Contact

Email at minegauler@gmail.com, any questions/suggestions/requests welcome.

Alternatively, feel free to [open an issue](https://github.com/LewisGaul/minegauler/issues) if you find a bug or have a feature request.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "minegauler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "minesweeper, game, puzzle",
    "author": null,
    "author_email": "Lewis Gaul <minegauler@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f6/48/d5ea5859242198f8af6fcbf503d8a8cb02a6cbb2f9739be3d1423d53bf5d/minegauler-4.2.0.tar.gz",
    "platform": null,
    "description": "[![Build badge](https://img.shields.io/github/workflow/status/LewisGaul/minegauler/Workflow%20for%20full%20test%20matrix/dev)](https://github.com/LewisGaul/minegauler/actions?query=workflow%3A%22Workflow+for+full+test+matrix%22+branch%3Adev)\n[![Codecov badge](https://img.shields.io/codecov/c/github/LewisGaul/minegauler/dev)](https://codecov.io/gh/LewisGaul/minegauler/)\n[![PyPI badge](https://img.shields.io/pypi/v/minegauler.svg)](https://pypi.python.org/pypi/minegauler/)\n[![Downloads badge](https://img.shields.io/github/downloads/LewisGaul/minegauler/total)](https://github.com/LewisGaul/minegauler/releases/)\n[![Code style badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://black.readthedocs.io/en/stable/)\n\n\nA perfect clone of the classic Minesweeper game, with many added features.\n\nRead more about the project history on [the project homepage](https://github.com/LewisGaul/minegauler).\n\n\n<img src=\"https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/beginner_start.png\" height=250> <img src=\"https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/beginner_win.png\" height=250> <img src=\"https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/split-cell-intermediate.png\" height=250> <img src=\"https://raw.githubusercontent.com/LewisGaul/minegauler/e3fa64f404952fe70ad8acaa83a53504e90e5e22/img/screenshots/intermediate_probs.PNG\" height=250>\n\n\n## Install and Run\n\nInstall with `pip install minegauler`, and then run with `python -m minegauler`.\n\n\n## Features\n\n- Basic functional game\n- Ability to specify custom board size/number of mines\n- Ability to replay a game\n- Mode to create boards\n- Ability to save and load boards (created or played)\n- Get current game information, including predicted completion time for lost game\n- Option of whether first click will guarantee an opening\n- Option to select cells by click-and-drag technique with the mouse\n- Option to allow multiple mines per cell\n- Option for setting the 'reach' of the cell numbers\n- New game mode: \"split cell\"\n- Local highscores for standard difficulty modes\n- Custom cell styles\n- Option to change the cell size\n- Ability to reduce the window size and use scroll\n\n\n## Contact\n\nEmail at minegauler@gmail.com, any questions/suggestions/requests welcome.\n\nAlternatively, feel free to [open an issue](https://github.com/LewisGaul/minegauler/issues) if you find a bug or have a feature request.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A clone of the original minesweeper game with many added features",
    "version": "4.2.0",
    "project_urls": {
        "Background": "https://www.lewisgaul.co.uk/blog/coding/2020/02/12/minegauler/",
        "Bug Reports": "https://github.com/LewisGaul/minegauler/issues",
        "Source": "https://github.com/LewisGaul/minegauler/"
    },
    "split_keywords": [
        "minesweeper",
        " game",
        " puzzle"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98033b08f90b28b0059687219560a1f32c8422fd308b9759c511256b06f84a38",
                "md5": "1ca50cf5be1396d287fd8e66d128732c",
                "sha256": "9a9f2c8720dc76e6f653e392842e69fbbc78bd2f0ab5835fe05d443ac35db4fd"
            },
            "downloads": -1,
            "filename": "minegauler-4.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ca50cf5be1396d287fd8e66d128732c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1024779,
            "upload_time": "2025-01-10T01:37:02",
            "upload_time_iso_8601": "2025-01-10T01:37:02.465326Z",
            "url": "https://files.pythonhosted.org/packages/98/03/3b08f90b28b0059687219560a1f32c8422fd308b9759c511256b06f84a38/minegauler-4.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f648d5ea5859242198f8af6fcbf503d8a8cb02a6cbb2f9739be3d1423d53bf5d",
                "md5": "bf0510ed4025c3a0d6ecd99f1ee9b535",
                "sha256": "d64c46fc32cda324ce19032e947ced894f67be031ae7f02f206a07b79dca4afd"
            },
            "downloads": -1,
            "filename": "minegauler-4.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bf0510ed4025c3a0d6ecd99f1ee9b535",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 981405,
            "upload_time": "2025-01-10T01:37:05",
            "upload_time_iso_8601": "2025-01-10T01:37:05.454752Z",
            "url": "https://files.pythonhosted.org/packages/f6/48/d5ea5859242198f8af6fcbf503d8a8cb02a6cbb2f9739be3d1423d53bf5d/minegauler-4.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 01:37:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LewisGaul",
    "github_project": "minegauler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "minegauler"
}
        
Elapsed time: 0.81345s