
Jesaouf VI
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 simple shooter.
"We come from nothing, we are going back to nothing-In the end what have we lost? Nothing!”
Really poor Gameplay, sorry. I hope you will enjoy the context and the musics
All assets are googled (and propably copyrighted for some).
But the game engine is mine:
The source is split in three parts:
- Ludum45: 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 displace
Button A: Fire
Button B: Dash
Button Y: Bright side of life
Start / Select : pause the game
Arrows to move
SPACEBAR: Fire
CONTROL : Dash
ALT : Bright side of life
F10 : Toggle Fullscreen
ESC/P : Pause
SHIFT+ESC : quit
"We come from nothing, we are going back to nothing-In the end what have we lost? Nothing!”
Really poor Gameplay, sorry. I hope you will enjoy the context and the musics
All assets are googled (and propably copyrighted for some).
But the game engine is mine:
The source is split in three parts:
- Ludum45: 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 displace
Button A: Fire
Button B: Dash
Button Y: Bright side of life
Start / Select : pause the game
KEYBOARD CONTROLS:
Arrows to move
SPACEBAR: Fire
CONTROL : Dash
ALT : Bright side of life
F10 : Toggle Fullscreen
ESC/P : Pause
SHIFT+ESC : quit