/super-mario-python

super mario in python and pygame

Primary LanguagePython

Super Mario Implementation in Python

This is inspired by Meth-Meth-Method's: https://github.com/meth-meth-method/super-mario/

Running

  • $ pip install pygame scipy
  • $ 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.