tpg


Nametpg JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
Summarytpg
upload_time2024-05-20 19:28:05
maintainerNone
docs_urlNone
authorfieryhenry
requires_python>=3.9
licenseGPL-3.0-or-later License
keywords game topdown grid 2d python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # THE PIRATE GAME

School project about pirates and stuff.

## Map Key

- Brown squares are friendly tribes
- Red boxes with `R` in them are the sea monster rumours
- Purple squares are traders

## Install from PyPI

1. Install the game

    ```powershell
    pip install tpg
    ```

2. Run the game

    ```powershell
    python -m tpg
    ```

## Installation With Zip / Git

1. Unzip the package
2. Change directory to the extracted folder
3. Create a virtual environment (optional)

    ```powershell
    python -m venv venv
    ```

4. Activate the virtual environment if created

    ```powershell
    .\venv\Scripts\Activate
    ```

5. Install the game

    ```powershell
    pip install .
    ```

6. Run the game

    ```powershell
    python -m tpg
    ```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tpg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "game, topdown, grid, 2d, python",
    "author": "fieryhenry",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/76/35/33dba778361d8ffebe735563436d35d3c769266b8b2e6ace8ff84dcfd0b0/tpg-1.0.0.tar.gz",
    "platform": null,
    "description": "# THE PIRATE GAME\n\nSchool project about pirates and stuff.\n\n## Map Key\n\n- Brown squares are friendly tribes\n- Red boxes with `R` in them are the sea monster rumours\n- Purple squares are traders\n\n## Install from PyPI\n\n1. Install the game\n\n    ```powershell\n    pip install tpg\n    ```\n\n2. Run the game\n\n    ```powershell\n    python -m tpg\n    ```\n\n## Installation With Zip / Git\n\n1. Unzip the package\n2. Change directory to the extracted folder\n3. Create a virtual environment (optional)\n\n    ```powershell\n    python -m venv venv\n    ```\n\n4. Activate the virtual environment if created\n\n    ```powershell\n    .\\venv\\Scripts\\Activate\n    ```\n\n5. Install the game\n\n    ```powershell\n    pip install .\n    ```\n\n6. Run the game\n\n    ```powershell\n    python -m tpg\n    ```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later License",
    "summary": "tpg",
    "version": "1.0.0",
    "project_urls": {
        "Changelog": "https://github.com/fieryhenry/tpg/blob/master/CHANGELOG.md",
        "Homepage": "https://github.com/fieryhenry/tpg",
        "Issues": "https://github.com/fieryhenry/tpg/issues",
        "Repository": "https://github.com/fieryhenry/tpg"
    },
    "split_keywords": [
        "game",
        " topdown",
        " grid",
        " 2d",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b5b8a28d7b32614b429234680a53a070c2ad927d09f4460b4e73c591345244d",
                "md5": "06c839d996f8a3ce00ff4ed61a02a175",
                "sha256": "12e251d1ac98837a3b3a6ba9d46954d2474ef11285340527be712fa93b744a30"
            },
            "downloads": -1,
            "filename": "tpg-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06c839d996f8a3ce00ff4ed61a02a175",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 165322,
            "upload_time": "2024-05-20T19:28:03",
            "upload_time_iso_8601": "2024-05-20T19:28:03.363273Z",
            "url": "https://files.pythonhosted.org/packages/1b/5b/8a28d7b32614b429234680a53a070c2ad927d09f4460b4e73c591345244d/tpg-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "763533dba778361d8ffebe735563436d35d3c769266b8b2e6ace8ff84dcfd0b0",
                "md5": "3b42541f537603dd202f75abdf260257",
                "sha256": "7b90a39f8fce367f374f203110c4a8c940a20703030d7cf4ea1db62b18797497"
            },
            "downloads": -1,
            "filename": "tpg-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3b42541f537603dd202f75abdf260257",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 159930,
            "upload_time": "2024-05-20T19:28:05",
            "upload_time_iso_8601": "2024-05-20T19:28:05.629410Z",
            "url": "https://files.pythonhosted.org/packages/76/35/33dba778361d8ffebe735563436d35d3c769266b8b2e6ace8ff84dcfd0b0/tpg-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-20 19:28:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fieryhenry",
    "github_project": "tpg",
    "github_not_found": true,
    "lcname": "tpg"
}
        
Elapsed time: 0.23376s