FoonLudum Dare ExplorerLD48 → Dark thoughts

Dark thoughts

By knowledge

View on ldjam.com

CategoryRankScoreCount
Overall2.376
Fun2.506
Innovation2.126
Theme2.376
Mood2.756

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!

knowledge 2021-04-28 17:46

@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 2021-04-29 21:53

This is a good simple game, this has potential, i liked main mechanic and atmosphere. Well done!

euler-moises 2021-04-30 18:29

I really loved the idea. This could, of course, be a great game in the future!

Congratulations!

raptor851 2021-05-01 04:16

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.