https://stuntrally.tuxfamily.org/ A car race simulator in mildly offroad tracks (think WRC). I spent a decent amount of time glued to the screen with it; the game is especially stunning with regards to its visuals, a rare quality in the world of open-source games. Notes to the beginners: don't be afraid to dial down its quality settings if your machine is struggling, the defaults seem to require crazy beefy hardware;…
great visuals is what i enjoy most about racing games, which is why many games with artificial tracks feel boring. i'll have to check this out
it was a bit tricky to get it to run on fedora. i used the generic binary from sourceforge since there is no fedora package.
it kept crashing with missing symbols in libraries. it took some searching before i realized that this was because the game included libraries to replace system libraries, but the games libraries were loaded through a system library and were to old and didn't have all of the symbols that the system library was referencing
once i removed the libraries from the game directory (StuntRally-2.6-linux64/lib/64/) that had an identically named library in the system directory (/lib64) and i replaced libSDL2-2.0.so.1 with a symlink to /lib64/libSDL2.so then the game started to work.
i just played through the tutorial and a few other tracks before it crashed again. i'll probably have to try to replace a few more libraries, maybe even all of those that have an equivalent standard fedora version. but so far this is looking good.