Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yo, linux users, how can I run the game in linux? I see no executable file.

Don't have the Linux version but sometimes there's a ".sh" file instead

(+2)

Linux does not use .exe. To run the .sh file, you'll need to use terminal to make the .sh executable. Usually chmod +x "filename" without quotes. Then run it.

i've tried and does'nt work because there's no .sh file

Add the executable flag to the linux executable.

here is one command that adds it for just the user that owns the file:
chmod u+x ./Cute\ Reapers\ in\ my\ Room.x86_64

if you want to check if a file is an executable, run:
file filename
and check for: ELF executable in the output