# Mario cpp **Repository Path**: lichsword/mario-cpp ## Basic Information - **Project Name**: Mario cpp - **Description**: 基于SDL与C++的超级玛丽游戏 - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-06-30 - **Last Updated**: 2025-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uMario_Jakowski uMario C++/SDL2 Game by Łukasz Jakowski Author: Łukasz Jakowski WWW: http://lukaszjakowski.pl Email: jakowskidev@gmail.com EXE and DLL - Download: http://lukaszjakowski.pl/DL/uMario.zip YouTube video: https://www.youtube.com/watch?v=jya5He7KFsE It is my first game made in C++. Visual Studio 2012 SDL Tutorials which I have used: http://lazyfoo.net/tutorials/SDL/index.php My Google Play account: https://play.google.com/store/apps/dev?id=4635849298843013993 ## Build Pre-requisites FreeBSD: $ pkg install cmake sdl2 sdl2_image sdl2_mixer OS X (brew): $ brew install cmake sdl2 sdl2_image sdl2_mixer ## Building and running $ make build run # or $ mkdir build $ cd build $ cmake .. $ make $ ./uMario