# python-super-mario **Repository Path**: skymarlio/python-super-mario ## Basic Information - **Project Name**: python-super-mario - **Description**: Super mario belike game which be made by PyGame - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-25 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Super Mario Implementation in Python This is inspired by Meth-Meth-Method's [super mario game](https://github.com/meth-meth-method/super-mario/) ## Running * $ pip install -r requirements.txt * $ python main.py ## Standalone windows build * $ pip install py2exe * $ python compile.py py2exe ## Controls * Left: Move left * Right: Move right * Space: Jump * Shift: Boost * Left/Right Mouseclick: secret ## Current state: ![Alt text](img/pics.png "current state") ## Dependencies * pygame * scipy ## Contribution If you have any Improvements/Ideas/Refactors feel free to contact me or make a Pull Request. The code needs still alot of refactoring as it is right now, so I appreciate any kind of Contribution.