Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi, I can't seem to run it on Ubuntu 1.9. Do you have any idea what might be causing it? I'm running it through itch.io app launcher and it doesn't seem to find executable file to start the game

Hey man, I think you need to get love2d (you can apt-get it), to run the game. Sadly,.that means, you have to launch it by hand, and not from the app :/

I think I found what the problem is. It’s because run.sh has DOS-style line endings. It tries to append the carriage return character to the interpreter path at the beginning and obviously fails, because there is no such file.

You can resolve it by just converting run.sh to UNIX-style line endings using a text editor of your choice (most text editors can do that).