lux / Super_Guy

Un clone de Super Mario Bros avec un thème Canadien francophone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Les Frères Super Guy

Les Frères Super Guy

Par Alyson Shane et John Luxford. Basé sur uMario_Jakowski, un clone de Mario en C++/SDL2 par Łukasz Jakowski.

La musique

Tabarnak par Bob Gratton.


uMario_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

About

Un clone de Super Mario Bros avec un thème Canadien francophone.

License:GNU General Public License v2.0


Languages

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