Skip to content

m4h7/Super-Mario-Clone-Cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Super Mario Clone using C++ and SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • CMake 3.5%
  • Other 0.2%