A Super Mario-style 2D platformer game built using Python and Pygame. This project includes a complete game loop, menu system, level rendering, sound effects, and a playable Mario character. Make sure ...
├─ img # pixel images used by the game ├─ logs # measurement csv files ├─ src │ ├─ game # Python package root │ │ ├─ entities # All in-game actors (Sprite) │ │ │ ├─ __init__.py │ │ │ ├─ entity.py # ...