Dissipate by Nodli
Compo entry for the Ludum Dare #45 - "Start with nothing"

Your vision is dissipating slowly. Keep moving to locate yourself in your environment and use your platforming skills to find your way to the exit.
← and → to MOVE
↑ to JUMP
ESCAPE to EXIT



Everything was implemented with my own 'engine' (that does not support sound :rolling_eyes:) in C++ using the SDL2 and OpenGL 4.3.
The game may crash or show a black window at startup if your OpenGL drivers are from 2013 or before. You should think about updating them :grimacing:
| Youtube | https://nodli.itch.io/dissipate |
| Youtube | https://nodli.itch.io/dissipate |
| Youtube | https://nodli.itch.io/dissipate |
| Original URL | https://ldjam.com/events/ludum-dare/45/dissipate |
Ratings
| Given | 25🗳️ | 9🗨️ |
Otherwise controls are great, it feels good to play.
The engine is mine, I wrote it in C++ using the SDL2 for the platform layer and OpenGL for the rendering.
You can download the source code of the game and the engine on the itch.io page *Dissipate_SOURCE.zip*.