curses_minesweeper


Namecurses_minesweeper JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
Summary(yet another) Minesweeper implementation with curses, cuz why not
upload_time2025-08-02 01:52:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords curses minesweeper cli-game
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Curses Minesweeper

*(yet)* another Minesweeper implementation, cuz why not?

## Features
- Minesweeper
- Lightweight
- 3 control schemes (WASD, arrow keys, numpad)
- Customizable grid size
- Deterministic mine placement with seeeding
- Runs in most terminals
- Oh, and also Minesweeper

## Installation

```bash
pip install curses-minesweeper
```

## Usage

To play the game in terminal
```bash
minesweeper
```
use minesweeper --help for more information

To start the game from a python script
```python
import curses_minesweeper
curses_minesweeper.launch()
```
use help(curses_minesweeper) for more information
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "curses_minesweeper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "curses, minesweeper, cli-game",
    "author": null,
    "author_email": "nokarm567 <nokarm567@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/20/00/e6d10d99d8bbad00a993c4fa20edd2e671e8483b77f69280cbfd342e14de/curses_minesweeper-1.0.0.tar.gz",
    "platform": null,
    "description": "# Curses Minesweeper\n\n*(yet)* another Minesweeper implementation, cuz why not?\n\n## Features\n- Minesweeper\n- Lightweight\n- 3 control schemes (WASD, arrow keys, numpad)\n- Customizable grid size\n- Deterministic mine placement with seeeding\n- Runs in most terminals\n- Oh, and also Minesweeper\n\n## Installation\n\n```bash\npip install curses-minesweeper\n```\n\n## Usage\n\nTo play the game in terminal\n```bash\nminesweeper\n```\nuse minesweeper --help for more information\n\nTo start the game from a python script\n```python\nimport curses_minesweeper\ncurses_minesweeper.launch()\n```\nuse help(curses_minesweeper) for more information",
    "bugtrack_url": null,
    "license": null,
    "summary": "(yet another) Minesweeper implementation with curses, cuz why not",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "curses",
        " minesweeper",
        " cli-game"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fb0b230aa0e993f51e16d4b9df60d07c847ae94a12a736849df6591888247ca",
                "md5": "4ecde6f3dbabbd975e2b7977c63ab77f",
                "sha256": "df030b8a52735335a7cdd422ed11ace3067613b3abdb7132d46af28a2f324fe2"
            },
            "downloads": -1,
            "filename": "curses_minesweeper-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ecde6f3dbabbd975e2b7977c63ab77f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6995,
            "upload_time": "2025-08-02T01:52:53",
            "upload_time_iso_8601": "2025-08-02T01:52:53.347970Z",
            "url": "https://files.pythonhosted.org/packages/0f/b0/b230aa0e993f51e16d4b9df60d07c847ae94a12a736849df6591888247ca/curses_minesweeper-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2000e6d10d99d8bbad00a993c4fa20edd2e671e8483b77f69280cbfd342e14de",
                "md5": "e31e0c2018776d45a5aa76e83f5c368b",
                "sha256": "68c1304c2d7a67c9f339abd1c22a80e0acb5a95b008126df002f9b1b5690c6a1"
            },
            "downloads": -1,
            "filename": "curses_minesweeper-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e31e0c2018776d45a5aa76e83f5c368b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5816,
            "upload_time": "2025-08-02T01:52:54",
            "upload_time_iso_8601": "2025-08-02T01:52:54.995873Z",
            "url": "https://files.pythonhosted.org/packages/20/00/e6d10d99d8bbad00a993c4fa20edd2e671e8483b77f69280cbfd342e14de/curses_minesweeper-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 01:52:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "curses_minesweeper"
}
        
Elapsed time: 1.54334s