
About
Super Mario Bros. is Nintendo's 1985 NES platform game, the first entry in the mainline Super Mario series, in which the player controls Mario (or Luigi in multiplayer) through side-scrolling stages to rescue Princess Toadstool from King Koopa while collecting power-ups like the Super Mushroom and Fire Flower. uMario is a C++/SDL2 clone of Super Mario Bros. A prebuilt executable and DLL are available for Windows, with build instructions also provided for FreeBSD and macOS via Homebrew (using cmake, SDL2, SDL2_image, and SDL2_mixer).
Getting started
Windows players can download the prebuilt executable and DLL and run them directly; on FreeBSD or macOS, the game is instead built from source with CMake after installing SDL2 and its image and mixer extensions through the system package manager.
History
The developer, Łukasz Jakowski, built uMario as his first game written in C++, following the LazyFoo SDL tutorial series.
Media
Additional notes
- External link
- A YouTube video demonstration of uMario is linked from the project.