Score:0

Can't play game from zip file

eg flag

Just downloaded the zip file from https://danidev.itch.io/off-the-balls and after extracting it I still can't find any way to play the game. After extracting, I don't see any .exe files either which seems to be what I'm supposed to see. I'm new to linux and would greatly appreciate any help!

ChanganAuto avatar
us flag
If it's Linux native software then you definitely SHOULDN'T be looking for .exe as those are Windows executables.
Score:3
cn flag

Did you try making the file executable?

chmod +x OffTheBalls.*
./OffTheBalls.x86_64
Score:3
gb flag

Those instructions assume you're on windows, so I can see how that'd be misleading. Linux doesn't use .exe files, instead it has binaries that are marked as executable that you can run. That's probably an oversimplification, but I'm not the most experienced with Linux either, so correct me if I'm wrong.

What you need to do is unzip the zip file, mark the binary as executable, and finally run the binary . You can do this by executing the following commands:

unzip OffTheBalls.zip
chmod +x ./OffTheBalls.x86
./OffTheBalls.x86

Those steps worked perfectly for me on Arch Linux and should work the same on Ubuntu

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.