platformer-world


Nameplatformer-world JSON
Version 0.0.8 PyPI version JSON
download
home_pageNone
Summary2D Platformer written in pygame
upload_time2025-07-26 22:44:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords adventure game interactive platformer pygame
VCS
bugtrack_url
requirements pygame-ce pytmx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Platformer World

Written in python with pygame-ce.

Created following [Clear Code's Tutorial](https://youtu.be/WViyCAa6yLI)

I got the assets from Clear
Code's [github repo](https://github.com/clear-code-projects/Super-Pirate-World.git).

Made for HackClub Summer of Making 2025!

## Running:

```bash
git clone https://github.com/Dekoder-py/PygamePlatformer PlatformerWorld
cd PlatformerWorld
pip install -r requirements.txt
python3 -m code.main
```

#### Credits

AI was used for some of the commit messages and to help debug some things. Everything else was done by me!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "platformer-world",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "adventure, game, interactive, platformer, pygame",
    "author": null,
    "author_email": "Dekoder-py <dekod3r.py@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6d/aa/4ee72d131e8a6457a5c70c3879dc5bb9742372acfb14fa7aff27bc3db6e2/platformer_world-0.0.8.tar.gz",
    "platform": null,
    "description": "# Platformer World\n\nWritten in python with pygame-ce.\n\nCreated following [Clear Code's Tutorial](https://youtu.be/WViyCAa6yLI)\n\nI got the assets from Clear\nCode's [github repo](https://github.com/clear-code-projects/Super-Pirate-World.git).\n\nMade for HackClub Summer of Making 2025!\n\n## Running:\n\n```bash\ngit clone https://github.com/Dekoder-py/PygamePlatformer PlatformerWorld\ncd PlatformerWorld\npip install -r requirements.txt\npython3 -m code.main\n```\n\n#### Credits\n\nAI was used for some of the commit messages and to help debug some things. Everything else was done by me!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "2D Platformer written in pygame",
    "version": "0.0.8",
    "project_urls": {
        "Repository": "https://github.com/Dekoder-py/PygamePlatformer"
    },
    "split_keywords": [
        "adventure",
        " game",
        " interactive",
        " platformer",
        " pygame"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3502b426027e488ead320b96fa5edb62a759d00ea0ed36db594425f029979127",
                "md5": "e68172406f3abff36496059ec2b03de1",
                "sha256": "fa93df868426388d364d698f0ed0fc94c140ef8e162bc5d9d97f9b323e8c36df"
            },
            "downloads": -1,
            "filename": "platformer_world-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e68172406f3abff36496059ec2b03de1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 393552,
            "upload_time": "2025-07-26T22:44:33",
            "upload_time_iso_8601": "2025-07-26T22:44:33.240915Z",
            "url": "https://files.pythonhosted.org/packages/35/02/b426027e488ead320b96fa5edb62a759d00ea0ed36db594425f029979127/platformer_world-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6daa4ee72d131e8a6457a5c70c3879dc5bb9742372acfb14fa7aff27bc3db6e2",
                "md5": "f4dbc0b2fcf6a81d2111a4db78fea321",
                "sha256": "ab2f5592ec2107cd35e8aa5f6cb20b7c7b5f43b64291b345915b8f62579f78d3"
            },
            "downloads": -1,
            "filename": "platformer_world-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f4dbc0b2fcf6a81d2111a4db78fea321",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 267766,
            "upload_time": "2025-07-26T22:44:34",
            "upload_time_iso_8601": "2025-07-26T22:44:34.910608Z",
            "url": "https://files.pythonhosted.org/packages/6d/aa/4ee72d131e8a6457a5c70c3879dc5bb9742372acfb14fa7aff27bc3db6e2/platformer_world-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 22:44:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dekoder-py",
    "github_project": "PygamePlatformer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pygame-ce",
            "specs": []
        },
        {
            "name": "pytmx",
            "specs": []
        }
    ],
    "lcname": "platformer-world"
}
        
Elapsed time: 2.65718s