Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I had trouble getting this to run on Fedora 28, it was failing with this error:

$ ./SpammerTyper
./SpammerTyper: error while loading shared libraries: liborx.so: cannot open shared object file: No such file or directory

But got it to run with this command (run from the directory I extracted the game into):

LD_LIBRARY_PATH="./" ./SpammerTyper
(+1)

Oh right! I had forgotten about that step, sorry. I should've mentioned it in the README or somewhere on the page, since the machine needs to know where to look for the Orx library.