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?
Viewing post in [NSFW 18+] Earn Your Freedom [0.21] comments
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."