A python remake of the classic Super Mario Bros.
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:
And gameplay:
Install these python libraries:
pip install pygame
pip install pytmx
Then execute 'Next/main.py'.