After an hour or so of brainstorming, we decided on a game where you pilot a ship alone, trying to repair your warp drive and not crash into asteroids in the process. You have various tasks you can complete: piloting, harvesting, repairing the ship, and repairing the warp drive (to get back into hyperspace and win the game). There is also an emergency "deflector beam" you can activate in emergencies that uses up a third of your full fuel capacity.
Harvesting from the asteroids yields both fuel and resources you can use to repair either your ship or your warp drive, so you have to budget your resources in order to survive.
The main challenge of the game, however, is that you're only human, and you're the only one on the ship (alone!), so you have to choose wisely which task to do at every given moment. Switching to a task takes a varying amount of time. For instance, navigation takes 2 seconds to activate, and repairing 3 full seconds, while mining is only 1 second. The emergency beam is activated instantly, but it uses a lot of fuel as I mentioned.
Anyway the game was a total success and we won first place, a first for me in the 5 or so game jams I've gone to. I was disappointed at the other entries though. I was looking forward to something interesting but most people hadn't even completed their games or presented something playable. It was essentially the reverse of every other game jam I've been to. Instead of being the only ones NOT finished, we were the only ones who WERE finished!
We made the game in python with pyglet and pybox2d. It runs at a nice 60 or so FPS but I can't really show that off since Linux screen recorders suck. The sound effects are probably the best part (2 of my team did nothing but find sound effects) but I can't figure out how to record the game properly. I might find something later. The 3rd person on the team worked on visuals (like the HUD icons, stars, and the ship, and did the spawning of the asteroids (his first python program ever, so I was greatly impressed). I ended up doing a large chunk of the code, but it was what I expected.
Anyway here are a bunch of screenshots!
Void Star
Next Sunday I'm attending a general programming competition, too. So wish me luck!