Announcement - Python BulletML

I doubt I am going to be participating this time around, but I know some people asked about this or something like this in previous pyweeks. Earlier this year I wrote a Python BulletML parser and evaluator. BulletML is a language for describing bullet/enemy patterns in shoot-em-up games.

http://code.google.com/p/python-bulletml

It implements the full BulletML specification (with some of the lamer strictness of XML relaxed), along with some extensions. Plenty of demo patterns and a pygame-based example and benchmark included.