Welcome to the Super Mario Bros project, developed as part of the Python course at AGH UST in 2023. This classic game brings the iconic Mario back to life in a python based world.
MarioGameProject.mov
To play Super Mario Bros on your local machine, follow these simple steps:
- Clone the project repository:
git clone https://github.com/kajadudek/MarioGame.git - Navigate to the project directory:
cd MarioGame - Install the required dependencies:
pip install -r requirements.txt - Set the
MarioGame/directory as your working directory.
- Up: Up Arrow
- Down: Down Arrow
- Select: Enter
- Move Left: Left Arrow
- Move Right: Right Arrow
- Jump: Up Arrow
In this Python-based Super Mario Bros game, you'll guide Mario through 3 available levels, encountering well-known enemies and obstacles. You can jump over pits, collect coins, and stomp on Goombas and Koopa Troopas to reach the castle at the end of the level.
Have fun and happy gaming!