Unable to run it on linux
Viewing post in Alien Baby jam comments
Don't run it as the root user. (Or any game, Administrative access on your computer should be dealt with carefully.) Helpful hint, if an application complains about permissions, it's often because it's missing execute permissions, not because you don't have administrative right. (That's something I've run into personally.)
Try this: Download a fresh copy, Right click, go to properties, under permission enable execute as a program. Then double click the icon in the file manager.
Or if you prefer command line:
chmod 755 ./Downloads/AlienBaby_x86_64
./Downloads/AlienBaby_x86_64
Sorry for the issue! I bet that can get it working. :)
Bummer. Thanks for trying! You can run the source code directly with Godot 4.3 if you know how to use it. https://github.com/Mushroom-Queen/AlienBaby
(You can clearly see the last git commit was before the voting period.)