I wrote a simple Moorhuhnjagd clone with SDL2. Main goal was to have something that will run on the Pyra.
But it should also run on x86 Windows and Linux (with a gamepad).
Since it's a small 2d game and stuff like rotation or alpha transparency is not used, the first version I wrote didn't use...