First, go to the latest release of the game
https://github.com/SchoolPygame/Project/releases/tag/3b5c449
App
Unzip the downloaded archive
Run SuperMarioBros.exe
Installer
Download the installer and run it
Run SuperMarioBros.exe
Python
Download the source code then use pip to install the requirements and run the game
* $ pip install -r requirements.txt
* $ python main.py
* pygame
There are four levels. On last you will encounter a final boss.
You can change volume, name or buttons in settings.
Almost everything is the same as in the original game.
- A: Left
- S: Crouch
- D: Right
- Left Ctrl: Throw a fireball
- Space: Jump
- Esc: Hold for 2 seconds in game to quit
If you have any Ideas or Improvements feel free to make a Pull Request. The game still needs some improvements, so all changes are welcome.