[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Playable Game: Shooter Doodle



http://kschnee.xepher.net/code/shooterdoodle.py.txt

I did this tonight for fun, due to all the talk about shooter games. It's in the style of the "bullet hell" games where there's a crazy number of bullets onscreen at once, yet your ship has a very small collision area. Can you beat my score of 10?

This is just a sketch. Presumably a better version would use actual sprites, a background, and BulletML among other things, but I did show off two bullet patterns.

Kris