I have added Stunt Car Remake to the 1st post.
This is a remake of
Stunt Car Racer, the famous racing game from
Geoff Crammond from Atari/Amiga time.
The original version is based on the Amiga version disassemble, and was developped only for Windows.
I spent quite some time to port to Linux / OpenGL. The version is now playable (at last), and I put it here so you can try it on your Pandora.
My linux sources are on my github account:
https://github.com/ptitSeb/stuntcarremake
You'll need SDL 1.2, SDL_Image, SDL_TTF, openal and glm to compile yourself (the Windows version still compile also, but the solution has been updated to VS2013).
The remake is not complete. Only the game it self as been coded. No Cup, championship, advanced menu, or things like that. You can just choose a circuit and race again an oponent (but the physics come from the original game). The rendering is now in 3D. There is no Cockpit/Engine bitmap, but the resolution and framerate is greatly improved.
I know the OpenGL port still have some issue (font rendering is not very good, and in some curve, the horizon doesn't seems to be inclined enough). Still, the game is playable.
Enjoy (and comment).