Aouf Run

Aouf Run

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 3.70
fun: 3.74
innovation: 2.77
theme: 3.21
humor: 2.80
mood: 3.46
A famous racing game demake.

Finish the race in the first half of the competitors !
The game contains 3 levels.

Advice: just stop accelerating for hard turns.

All assets are googled (and propably copyrighted for some).

But the game engine is mine:

The source is split in three parts:

- Ludum47: the game itself
- chaos: a base C++ libray, the core of the engine
- death: another library more dedicated for games

Otherwise i use the following C++ libraries

- OpenGL (4.5)
- Glew
- Glfw
- Irrklang
- Boost with MPL
- STL
- FreeImage
- Glm
- Tinyxml2
- Freetype
- Nlohmann/json

And

- TiledMap Editor

Sources are publicly given but due to some libraires dependencies, you probably won't be able to compile.
Let me know if you want some informations relative to the code.

GAMEPAD CONTROLS:


Gamepad to turn
Button A : Accelerate
Button B : Break
Button X : Special power

Start / Select : pause the game

KEYBOARD CONTROLS:


Arrows to turn
Space Bar : Accelerate
Left Control : Break
Left Shift : Special power

F10 : toggle fullscreen
P : Pause
ESC : Restart
Found a bug?
Tell us on Discord