Dark thoughts by Knowledge

[raw]
made by Knowledge for Ludum Dare 48 (JAM)

Arrows to move and space to pick up/drop. Made in 5 hours. You have to collect all 10 nooses. With each noose your thoughts become darker and deeper.

Ratings

Given 3🗳️ 6🗨️

Feedback

mujina
28. Apr 2021 · 08:13 UTC
Is the `game` binary runnable as is? Or is there some setup/installation/compilation to be done? When trying to run it (Ubuntu 20) I get `error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory`. It seems you should have bundled SDL2 with it? I'd like to try it!
🎤 Knowledge
28. Apr 2021 · 17:46 UTC
@mujina I think it is common practice on linux that user installs runtime libraries so to avoid duplication. You already have SDL2 probably, you just have to install SDL2_image. To install SDL2_image run `sudo apt install libsdl2-image-2.0-0` you may also need to install `libsdl2-ttf-2.0-0` the same way. Thank you for your feedback.
Bobafett89
29. Apr 2021 · 21:53 UTC
This is a good simple game, this has potential, i liked main mechanic and atmosphere. Well done!
Euler Moises
30. Apr 2021 · 18:29 UTC
I really loved the idea. This could, of course, be a great game in the future!

Congratulations!
LDJam user 120213
01. May 2021 · 04:16 UTC
linux version doesn't seem to work for me, it starts, the window shows up in my tray, but no window ever pops up or draws, no error messages when run from terminal either.