tpg


Nametpg JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
Summarytpg
upload_time2025-08-15 16:46:01
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/cd/9f/d01ceceed5e7a6061831ef1a4eee6cf336bfdcba16b5b295a691b4e74a8d/tpg-1.0.1.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.1",
    "project_urls": {
        "Changelog": "https://codeberg.org/fieryhenry/tpg/raw/branch/main/CHANGELOG.md",
        "Homepage": "https://codeberg.org/fieryhenry/tpg",
        "Issues": "https://codeberg.org/fieryhenry/tpg/issues",
        "Repository": "https://codeberg.org/fieryhenry/tpg"
    },
    "split_keywords": [
        "game",
        " topdown",
        " grid",
        " 2d",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa1a655b5561afc8df2d6f5c29b5e5fbc0f64a03a444f29938f06b15127af77e",
                "md5": "16739347d9524b468aea7d526b5b290a",
                "sha256": "26204fde47bfe4e2dff0b252bea13efe39403ee9674e418a03dae2cf981221bb"
            },
            "downloads": -1,
            "filename": "tpg-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16739347d9524b468aea7d526b5b290a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 165368,
            "upload_time": "2025-08-15T16:45:58",
            "upload_time_iso_8601": "2025-08-15T16:45:58.124084Z",
            "url": "https://files.pythonhosted.org/packages/aa/1a/655b5561afc8df2d6f5c29b5e5fbc0f64a03a444f29938f06b15127af77e/tpg-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd9fd01ceceed5e7a6061831ef1a4eee6cf336bfdcba16b5b295a691b4e74a8d",
                "md5": "40bc50d9240c224081cf7883348f2b8c",
                "sha256": "e0f14814a09cb39488a24dd758b5d8f941a046ba8734d90ed171ce0a8ea4b2d7"
            },
            "downloads": -1,
            "filename": "tpg-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "40bc50d9240c224081cf7883348f2b8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 159778,
            "upload_time": "2025-08-15T16:46:01",
            "upload_time_iso_8601": "2025-08-15T16:46:01.939783Z",
            "url": "https://files.pythonhosted.org/packages/cd/9f/d01ceceed5e7a6061831ef1a4eee6cf336bfdcba16b5b295a691b4e74a8d/tpg-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-15 16:46:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "fieryhenry",
    "codeberg_project": "tpg",
    "lcname": "tpg"
}
        
Elapsed time: 1.22002s