I created this game with one other student for a Python programming class. The goal of the game was to emulate the feel of the classic Super Mario Bros. games. It features the same type of mechanics in terms of player controls and movements. The player can run, jump, and duck exactly like the original Mario games, including finer details such as sliding if the player is running then immediately ducks. This game is largely just a demo and there is only one level.
This game was written in Python using the Pygame library. The graphics were borrowed from the open source game, SuperTux. I implemented the player controls, animations, physics, and collision detection.