Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Tried to start the game on POP! OS and got this log from Lutris instead:

Started initial process 167 from gamemoderun ./golf
Start monitoring process.
./golf: error while loading shared libraries: libBulletDynamics.so.3.25: cannot open shared object file: No such file or directory
Monitored process exited.
Initial process has exited (return code: 32512)
All processes have quit
Exit with return code 32512
So it says the library doesn't exist, even though it's right there in the lib folder. Not sure how to fix shared objects not being recognized.

I'm away from my linux box atm - but you can try this: use readelf to check the rpath of golf (it should be the lib directory). If it's not you can use chrpath or patchelf to fix it.

Or you can try installing the libraries to somewhere in your LD_LIBRARY_PATH

Failing that the Windows version *should* work under Wine.

Failing that you can redeem the Steam key from the download page - the Steam version has a native linux build.