Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 764 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 764 Bytes

MarioPygame

A python remake of the classic Super Mario Bros.

About

Note: The code is a bit messy. Live with it. At the moment I was writing it I was a complete beginner so I was using this project as a reference.

The game based on pygame with loading .tmx level using pytmx.

Only level 1-1 was finished.

That's how main menu looks:

Main Menu

And gameplay:

Gameplay

Starting

Install these python libraries:

pip install pygame
pip install pytmx

Then execute 'Next/main.py'.