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
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.