Bennyhwanggggg / Super-Mario-Clone-Cpp

Super Mario Clone using C++ and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 96.3%Language:CMake 3.5%Language:C 0.1%Language:Makefile 0.1%