Finally, some progress
I finally started working on my game (Yes, on day three. Shut up), now that I've got an idea in mind.
My game is a courtroom adventure, where a robot is accused of breaking one of his Prime Directives. So far I've been working on the script, and done a little work writing some code to parse my simple text format. (Mainly so I can have it complain when I forget to write one of the conversation paths)
The game is essentially text with some icons, so I haven't yet decided on the format. I'm thinking of doing a pygame-based "chatroom" system, but I could just as easily render it to HTML. Not sure if that really counts as a python game, since I'd just be using it to convert a script to html, which is then played.