Foon →
Ludum Dare Explorer →
LD48 →
Dark thoughts
Dark thoughts
By knowledge
View on ldjam.com
| Category | Rank | Score | Count |
|
|---|
| Overall | | 2.37 | 6 | |
| Fun | | 2.50 | 6 | |
| Innovation | | 2.12 | 6 | |
| Theme | | 2.37 | 6 | |
| Mood | | 2.75 | 6 | |
Comments
mujina
2021-04-28 08:13
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!
@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.
This is a good simple game, this has potential, i liked main mechanic and atmosphere. Well done!
I really loved the idea. This could, of course, be a great game in the future!
Congratulations!
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.