Black-Box by TomB - There's a black box. You can shoot in and watch, where the shot leaves the box. In the box, crystals are reflecting the shots. You have to guess where the crystals are hidden, by watching your shots. Read more
OpenTitus is a rewrite of the game engine used in the old DOS-based games Titus the Fox and Moktar (the French version). This project parses the data directly from the original game data files. The project is based on SDL and programmed in C. Read more
Color Squares by KHS shows 16*14 squares of 12 different colors (plus black). On each frame, two adjacent squares are swapped. Assembler source code is available. Read more
White Butterfly by Linley Henzell is a vertical shoot 'em up with 3 stages. There are four playable ships (plus one unlockable one) - each ship has three different attacks. When all three have reached a new level, they all power up at once - this means that you will need to balance your use of them. Ported to Pandora by mcobit. Read more
Clock by KHS is a digital seven-segment 24-hour clock. Set the time with arrows, toggle between NTSC and PAL with A button, toggle the visibility of unlit segments with B, and press start to start the clock. The clock should be more accurate than exactly 50 (PAL) or 60 (NTSC) frames per second. Read more
24 Balls by KHS shows 24 16*16-pixel balls that bounce off walls. The balls don't flicker because there's never more than four of them (eight sprites) per scanline. (That's because there are no more than two balls per scanline at the beginning and all balls have the same vertical velocity.) The color palette changes every 8th frame. Read more
Gradient Demo by KHS is a technical demo written in Assembler. It shows rapidly moving colors and text that moves in a circle (using a sine look-up table). Read more