It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
urlauber: All I got is the game's mouse cursor for a few seconds then a blank screen and nothing is happening (no sound etc.). No error messages as far as I can see. Changing the resolution and toggling fullscreen isn't helping either.
It turned out that the game has a hidden dependency on SDL2, so to make game work you have to install the needed libraries (from the gamecard: 'Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386, libsdl2-2.0-0:i386 and dependencies. ' )

But just like @Kmicic10 noticed, we already uploaded a new build with the copy of the library included.

If you don't wanna redownload the entire game, you can install 32 bit version of SDL2 in your system, the command for Ubuntu/Mint is:

sudo apt-get install libsdl2-2.0-0:i386

Don't forget also about the other dependencies, like 32 bit libc and sound libraries! :)