Almost Done!

I can't believe I have almost completed my first pygame game! Its not very good, a simple breakout clone, the collision detection is a bit wonky, and the ball/bat collision/reflection is also wonky, but it works. I've also added a nice high score table. I also made a level editor, but that was started before the weeks challenge, so not sure whether to include it or not - it's not part of the game, it's a separate program. Currently the filename is set in the code- need to add a filename dialogue to it really. This game doesn't use sprites, or follow all the standard gaming practices, but hey, I wrote a pygame game!

(log in to comment)

Comments

Added some simple sound with a broken MC303. One note with some filtering! Updated High Score table so it moved the scores and names down when a new name and score are added.