Fizzy bricks is a 99 bricks remake (with 50 bricks) which involves stacking tetris style pieces into the tallest tower possible. It was made as a test piece for an API wrapper I’m putting together called “Fizzy” which itself wraps round JBox2D and tries to make it easier to use.
It’s available as an applet here: http://www.cokeandcode.com/fizzy/demo/
http://dl.dropbox.com/u/1668516/bricks.png
The source is available: https://bob.newdawnsoftware.com/repos/slick/fizzy-bricks/src/org/newdawn/fizzybricks/BricksGame.java
And fizzy source is here: https://bob.newdawnsoftware.com/repos/slick/trunk/fizzy/
Kev