Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

N1ck6/Super-Mario-Bros-Remake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

Github files

Usage

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

Dependencies

* pygame

Info

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.

Level pictures

Controls

  • A: Left
  • S: Crouch
  • D: Right
  • Left Ctrl: Throw a fireball
  • Space: Jump
  • Esc: Hold for 2 seconds in game to quit

Contribution

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.