super-mario-game


Namesuper-mario-game JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summarya simple SuperMario game
upload_time2024-04-09 08:14:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords pygame
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SuperMario
A improved supermario game based on https://github.com/justinmeister/Mario-Level-1.
* support four levels:level 1-1 to level 1-4 
* support go into the pipe
* use json file to store level data (e.g. position of enemy, brick, box and pipe)
* add new enemies in level 1-3 and 1-4 
* add slider in level 1-2

# Requirement
* Python 3.7
* Python-Pygame 1.9

# How To Start Game
$ python -m super_mario
# or
$ pip install super-mario-game
$ super-mario

# How to Play
* use LEFT/RIGHT/DOWN key to control player
* use key 'a' to jump
* use key 's' to shoot firewall or run

# Demo
![level_1_1](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_1.png)
![level_1_2](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_2.png)
![level_1_3](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_3.png)
![level_1_4](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_4.png)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "super-mario-game",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pygame",
    "author": null,
    "author_email": "marblexu <47616581+marblexu@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/1a/08/e0bc0de99b35e7c9f8886966f4abfc6c00540375669e058e912995edc104/super-mario-game-0.0.1.tar.gz",
    "platform": null,
    "description": "# SuperMario\nA improved supermario game based on https://github.com/justinmeister/Mario-Level-1.\n* support four levels\uff1alevel 1-1 to level 1-4 \n* support go into the pipe\n* use json file to store level data (e.g. position of enemy, brick, box and pipe)\n* add new enemies in level 1-3 and 1-4 \n* add slider in level 1-2\n\n# Requirement\n* Python 3.7\n* Python-Pygame 1.9\n\n# How To Start Game\n$ python -m super_mario\n# or\n$ pip install super-mario-game\n$ super-mario\n\n# How to Play\n* use LEFT/RIGHT/DOWN key to control player\n* use key 'a' to jump\n* use key 's' to shoot firewall or run\n\n# Demo\n![level_1_1](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_1.png)\n![level_1_2](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_2.png)\n![level_1_3](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_3.png)\n![level_1_4](https://raw.githubusercontent.com/marblexu/PythonSuperMario/master/resources/demo/level_1_4.png)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a simple SuperMario game",
    "version": "0.0.1",
    "project_urls": {
        "Bug Report": "https://github.com/marblexu/PythonSuperMario/issues",
        "Download": "https://github.com/marblexu/PythonSuperMario/releases",
        "Homepage": "https://github.com/marblexu/PythonSuperMario",
        "Source": "https://github.com/marblexu/PythonSuperMario"
    },
    "split_keywords": [
        "pygame"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a19b6024e24e3c0d301d5da27cf15d3676f53a05c95a28bba3c606bd4a5fadd1",
                "md5": "0792178d85a4730c8c30d6b1937f0f90",
                "sha256": "b85da52d7bf06dda1eb8fd35d951bf1576e2bdd94bb2f6442e776a3f66373b0c"
            },
            "downloads": -1,
            "filename": "super_mario_game-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0792178d85a4730c8c30d6b1937f0f90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 266259,
            "upload_time": "2024-04-09T08:14:39",
            "upload_time_iso_8601": "2024-04-09T08:14:39.650784Z",
            "url": "https://files.pythonhosted.org/packages/a1/9b/6024e24e3c0d301d5da27cf15d3676f53a05c95a28bba3c606bd4a5fadd1/super_mario_game-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a08e0bc0de99b35e7c9f8886966f4abfc6c00540375669e058e912995edc104",
                "md5": "7108e31e8b1111ba5e85f7f3db258949",
                "sha256": "83669acdbb2d820d24649049e3502ef06d65ede2127c920b2e30f469f9ee8da7"
            },
            "downloads": -1,
            "filename": "super-mario-game-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7108e31e8b1111ba5e85f7f3db258949",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 259170,
            "upload_time": "2024-04-09T08:14:44",
            "upload_time_iso_8601": "2024-04-09T08:14:44.672650Z",
            "url": "https://files.pythonhosted.org/packages/1a/08/e0bc0de99b35e7c9f8886966f4abfc6c00540375669e058e912995edc104/super-mario-game-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 08:14:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marblexu",
    "github_project": "PythonSuperMario",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "super-mario-game"
}
        
Elapsed time: 0.23602s