Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Very nice game! Fun to play, but the sudden end is a bit disappointing.

The linux version doesn't always work out of the box because the names of the included shared library files are wrong. It works if you happen to have the libraries installed on your system anyway though.

Could I ask what shared library is missing and what linux distribution you are using? It shouldn't be hard to pack in any further missing shared libraries with it.

There are none missing, but the included SDL2 libraries are missing the version in the file name. E. g. the executable is linked against "libSDL2_ttf-2.0.so.0" but the included library file is called "libSDL2_ttf.so" and therefore it can't be found.

I'm using openSUSE, but I don't think that's relevant.