Is the `game` binary runnable as is? Or is there some setup/installation/compilation to be done? When trying to run it (Ubuntu 20) I get `error while loading shared libraries: libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory`. It seems you should have bundled SDL2 with it? I'd like to try it!
@mujina I think it is common practice on linux that user installs runtime libraries so to avoid duplication. You already have SDL2 probably, you just have to install SDL2_image. To install SDL2_image run `sudo apt install libsdl2-image-2.0-0` you may also need to install `libsdl2-ttf-2.0-0` the same way. Thank you for your feedback.
linux version doesn't seem to work for me, it starts, the window shows up in my tray, but no window ever pops up or draws, no error messages when run from terminal either.
Comments5
Congratulations!