Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I tried to play the game on my Fedora 31 pc, but no luck. This is what I get from the terminal:

$ ./neocol 
bash: ./neocol: No such file or directory

I’m currently in the data directory

Rights seem to be ok:

$ ls -la
-rwx--x--x.  1 me me 5449058 12 nov  2016 neocol*

You guys know how to solve this?

This might mean that a library is missing. Perhaps running "ldd ./neocol" will give you some information, and it might be as simple as installing another package.