Racer Gear II.

2D Game with a flight of fancy 3D.

Description

RaceGear is a 2D Game with a flight of fancy 3D programed in C++ using Rosalila Engine 2 library.

Rosalila Engine 2 has some dependencies such as SDL2 library and OpenGL, you'll need them if you want to play our game. SDL2 and OpenGL are easy to install typing this comands:

apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev freeglut3-dev

As next point, link the libraries: In Code::Blocks: "Linker settings" -> "Other linker options" Add the following:


    -lGL
    -lglut
    -lGLU
    -lSDL2
    -lSDL2_image
    -lSDL2_ttf
    -lSDL2_mixer
                  

Screenshots and Video gameplay


Main Menu Screen

...

Instructions Screen

...

Selection Screen

...

Selection Screen

...

Start Game Screen

...

Running Screen

...

Running Screen

...

Running Screen

...

Statistics Screen

...

Scores Screen

...

Paying Screencast

Paying Screencast

Authors and Contributors

Created, designed, programmed and distributed by Luis C. Isaula and Kevin J. Estevez. Here is a list of the assets used during design phase, having in mind that all was handmade.

Fire Car

Right Face
...

Fire Car

Back Face
...

Fire Car

Left Face
...

All the cars were made by KenyStev.

Menu screen

...

Best Scores screen

...

Instructions screen

...

All backgrounds and logo were made by Lisaula.

Barbed-racetrack

Racecourse with tines on left.
...

Barbed-racetrack

Racecourse with tines on borders.
...

Barbed-racetrack

Racecourse with tines on right.
...

All the racetracks were made by KenyStev.

Warning

Motion animation.
...

Warning

Motion animation.
...

Warning

Motion animation.
...

All motion animations were made by Lisaula.

Play button

...

Menu button

...

Back button

...

All buttons were made by Lisaula.

Support or Contact

If you're having any trouble while playing, feel free to create a new issue and we'll fix it as soon as posible.