Skip to content

jakowskidev/uMario_Jakowski

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

In your CMakeLists.txt file, you have one of the flags set to "std=c++14". It should be "c++11".
1959a31

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 30, 2015 11:52
October 30, 2015 11:52
November 17, 2015 21:48
November 17, 2015 21:48
November 17, 2015 21:22
February 11, 2016 22:20
October 30, 2015 11:02
December 11, 2015 12:44
October 30, 2015 11:52
October 30, 2015 11:52
October 30, 2015 11:52
October 30, 2015 11:52
October 30, 2015 11:52

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