We have a game named Arry World so I had to play this! :D
I downloaded the linux version, but I didn't know how to start the game, do I need to compile or how thats works?
You may need to set the game as executable using
chmod +x ./arryworld
And then you can run it by either double clicking or running ./arryworld
Aaaah, thanks