
A simple musical arena shooter. Barring movement and shooting, everything happens via standard clipboard actions.
Video
Windows Download
Linux/Source Code Download
OSX Download
[original post]
Oops, the new shorter pageant length threw me; I only started on the game on Wednesday, and I hadn't realised the pageant finished today. There's no chance it'll be ready on time, but here's a screenshot of what I've got so far:

It's a very simple arena shooter, where everything bar the basic movement and shooting is done via clipboard-style commands. So instead of enemies streaming in from outside the arena, they get added by the game doing cut/copy/paste/undo commands. The pickups will work on the same principle: the Clipboard will let you copy/paste your bullets with Ctrl-C/Ctrl-V; the Undo will let you reset the arena to it's starting state with Ctrl-Z; Select All will let you delete all the selected enemies with Delete.
To save time (because even before I realised the pageant finished so soon I didn't have much time to spare on this) I'm being lazy with the sound, and just hooking everything up to the same synthesizer I'm using in BlobVaders.
[/original post]