Super Mario Clone made using C++ and SDL2. Compose of many levels like the actual Super Mario Game.
Windows:
Install the Runtime Binary
here
FreeBSD:
pkg install cmake sdl2 sdl2_image sdl2_mixer
Mac OS X:
Install the Runtime Binary
here
Alternatively using brew:
brew install cmake sdl2 sdl2_image sdl2_mixer
make build run
or
mkdir build
cd build
cmake ..
make
./uMario
- Compile for Windows. Not sure how to setup SDL2_mixer as it seem to have trouble linking on the
.dll
file.