Day 1: Have Made a Start

I was quite stumped by the theme, to be honest. You'd think by now I'd be more prepared to deal with the themes I don't really gel with. Oh well :-)

So I'm writing a kinda interactive story... side-scrolling platformer. I think that can work... I've got the core of the plot worked out (the player has 9 points at which they can really affect the story, regardless of branching). I'll post the large PNG of the many-branching beast when things are more settled.

I'm fairly confident I can implement the platforming bit with one hand tied behind my back so I've started work on the core scene and actor management code. Oh how I wish I could "yield from" in Python 2.6...