Linux version: despite being an AppImage, it does not include all the needed libraries: “error while loading shared libraries: liblove-11.5.so: cannot open shared object file: No such file or directory”
Yep, I'm aware of this but didn't bother fixing it until now. This game is made with Love2D, and what you're supposed to do is use a tool to embed your game into an AppImage where all of love2d's dependencies are included. When exporting the game to linux, I did not do that - I took a binary of love2d (without any shared libraries!) and concatenated that with my game content archive. It worked on my machine (obviously, because I already have love2d and all of its dependencies installed on my computer) but looking back, obviously this would not work for any other linux users, it went past testing because almost no one uses linux :P
Apologies for the inconvenience, I've known about this issue for a while but just didn't bother fixing it. Will do that soon.
Confirmed. Will use Linux build to test the other thing.
EDIT: completed the game with the Linux build. The endscreen apologizes for a rushed job, but you did a fine job. You could’ve done a copy-paste of other exploring-platformers, but you showed some ambition even with these simple tools. Seek out Nifflas’s “Within A Deep Forest” and “Knytt Stories” if you need more inspiration.