restless-dungeon


Namerestless-dungeon JSON
Version 1.0.9 PyPI version JSON
download
home_pageNone
SummaryA text-based dungeon adventure game.
upload_time2025-07-13 21:02:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords adventure cli dungeon game interactive
VCS
bugtrack_url
requirements rich
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Restless Dungeon 👾

A Text-based dungeon adventure game.

## Installation

Install the game via python's package manager (pip). You will need to have python installed and pip in your path.

```bash
pip install restless-dungeon
```

## Updates

```bash
pip install --upgrade restless-dungeon
```

## Usage

Run the program:

```bash
restless-dungeon
```

### AI Usage

I used AI (GitHub Copilot and ChatGPT) for coming up with the name for the game, writing a couple of the commit
messages, and helping with debugging when my eyes couldn't find the problems. ChatGPT also helped me upload the project
to PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "restless-dungeon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "adventure, cli, dungeon, game, interactive",
    "author": null,
    "author_email": "Dekoder-py <dekod3r.py@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e0/53/630aa0ee4facf58948c49cc2d0f69b65a2acc5d9985b0453b335493e1ec6/restless_dungeon-1.0.9.tar.gz",
    "platform": null,
    "description": "# The Restless Dungeon \ud83d\udc7e\n\nA Text-based dungeon adventure game.\n\n## Installation\n\nInstall the game via python's package manager (pip). You will need to have python installed and pip in your path.\n\n```bash\npip install restless-dungeon\n```\n\n## Updates\n\n```bash\npip install --upgrade restless-dungeon\n```\n\n## Usage\n\nRun the program:\n\n```bash\nrestless-dungeon\n```\n\n### AI Usage\n\nI used AI (GitHub Copilot and ChatGPT) for coming up with the name for the game, writing a couple of the commit\nmessages, and helping with debugging when my eyes couldn't find the problems. ChatGPT also helped me upload the project\nto PyPI.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A text-based dungeon adventure game.",
    "version": "1.0.9",
    "project_urls": {
        "Repository": "https://github.com/Dekoder-py/restless_dungeon"
    },
    "split_keywords": [
        "adventure",
        " cli",
        " dungeon",
        " game",
        " interactive"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4d7daacc38f51092b1055537efa52188d2101a4a7daecb829a043ba789da068",
                "md5": "98b339789a72e11c861a40c65698fe08",
                "sha256": "d4d26645b71def4a5aaefd6cb311685f2ccc9881a0394a2217f1709971e1aadf"
            },
            "downloads": -1,
            "filename": "restless_dungeon-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98b339789a72e11c861a40c65698fe08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9889,
            "upload_time": "2025-07-13T21:02:55",
            "upload_time_iso_8601": "2025-07-13T21:02:55.252495Z",
            "url": "https://files.pythonhosted.org/packages/c4/d7/daacc38f51092b1055537efa52188d2101a4a7daecb829a043ba789da068/restless_dungeon-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e053630aa0ee4facf58948c49cc2d0f69b65a2acc5d9985b0453b335493e1ec6",
                "md5": "35bfd0c43af5548f8deb382f9b6ef457",
                "sha256": "bed3f2c3c07705ee23d094f70fe578cf2d5133de7c409b63a4e43841059d46eb"
            },
            "downloads": -1,
            "filename": "restless_dungeon-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "35bfd0c43af5548f8deb382f9b6ef457",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8979,
            "upload_time": "2025-07-13T21:02:56",
            "upload_time_iso_8601": "2025-07-13T21:02:56.450800Z",
            "url": "https://files.pythonhosted.org/packages/e0/53/630aa0ee4facf58948c49cc2d0f69b65a2acc5d9985b0453b335493e1ec6/restless_dungeon-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 21:02:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dekoder-py",
    "github_project": "restless_dungeon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "rich",
            "specs": []
        }
    ],
    "lcname": "restless-dungeon"
}
        
Elapsed time: 0.41872s