Skip to content

mx0c/super-mario-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5623213 · Oct 6, 2021
Dec 26, 2020
Feb 17, 2021
Oct 24, 2020
Oct 29, 2020
Nov 2, 2020
Nov 15, 2020
Jun 1, 2021
Oct 23, 2020
Aug 12, 2020
Oct 28, 2020
Dec 26, 2020
Aug 12, 2020

Repository files navigation

Super Mario Implementation in Python

This is inspired by Meth-Meth-Method's super mario game

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

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.