
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).
You can try viewing the original page on Web Archive (may not load correctly).
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 to turn
Button A : Accelerate
Button B : Break
Button X : Special power
Start / Select : pause the game
Arrows to turn
Space Bar : Accelerate
Left Control : Break
Left Shift : Special power
F10 : toggle fullscreen
P : Pause
ESC : Restart
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