Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 701 Bytes

Super Mario Clone

Super Mario Clone made using C++ and SDL2. Compose of many levels like the actual Super Mario Game.

Build Pre-requisites

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

Building and running

make build run

or

mkdir build
cd build
cmake ..
make
./uMario

Help needed

  • Compile for Windows. Not sure how to setup SDL2_mixer as it seem to have trouble linking on the .dll file.