Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Note to game developer, I really wanna play this game and I'm on linux (Parrot OS)but I don't know the commands to run it can you tell me the commands to run the game?

Sorry, unfortunately I have no idea how it is on Linux

I'll ask players on discord, maybe someone knows

(+1)

Sorry it took a while to reply. One of the players, RogueScholar, sent me instructions  on discord how you could try to run it. Hope if it's still relevant it'll help you :)

"I can certainly do my best, although after reviewing the Itch.io Developer Documentation I can't promise anything, users can install games pretty much anywhere but we can make a few educated guesses about where they'd end up.

I'd start by encouraging the user to open a terminal emulator, sometimes called a command prompt or a console, and issue the following command exactly as entered: find -L -O3 / -executable -type f -wholename '*/earn-your-freedom/*/EarnYourFreedom.sh' -print

The output of that command will be the full path to the game's launcher script for Linux systems, and if installed in more than one location, the path for each of them. Simply entering that path to the launcher script will launch the game, though it's inelegant since it requires to the terminal window to be left open behind it in the background. Entering the full path followed by a space and then the two characters &| would be my recommendation instead, as that launches the game then detaches it from the terminal as a standalone process."