Warm up game: yet again falling blocks

Last weekend I wrote a simple "falling blocks" game to try pyglet.

One of the problems I had in Pyweek 15 was that I didn't know PyGame well enough and because of that I got stuck several times and ended rewriting a good amount of code. So I thought making a small game would help me to decide if I will use pyglet plus get some experience with the library before the competition.

You can fin the game here: http://www.usebox.net/jjm/ya-falling-blocks/
(source code, windows bundle, etc)

I think I'm going with pyglet! I've found some rough edges, specially with audio, but overall I'm quite happy with the results.

(log in to comment)

Comments

Nice! Good luck during the challenge!