Skip to content

Super Mario using OpenGL

v0.01
Super Mario Game implemented in C++ using OpenGL and SDL.

Find the repository here

Screenshots

Prerequisites

You need freeglut and SDL libraries.

Fedora users

In order to install dependencies, execute the following

$ chmod +x fedora-dep.sh
$ ./fedora-dep.sh

Ubuntu users

In order to install dependencies, execute the following

$ chmod +x ubuntu-dep.sh
$ ./ubuntu-dep.sh

Usage

$ git clone https://github.com/t0xic0der/opengl-mario 
$ cd opengl-mario/src
$ make
$ ./mario