Page 1 of 1

Wannabetris

Posted: Tue Feb 10, 2009 21:39
by Nimos
I've been working on a Tetris clone called Wannabetris and it has now become almost a complete game. What's left is to add that extra feature that will distinguish it from other clones. :D

The real goal behind the game was to test my more generic subsystems (input and logging right now) that I will use for future games. I also wanted to test CEGUI which is why I used it for the ingame GUIs.

The game and code is available at:
http://wannabetris.sourceforge.net/

And here are two screenshots:

V0.9 - CEGUI with AquaLook:
http://sourceforge.net/dbimage.php?id=201529

V0.7 - Ingame:
http://sourceforge.net/dbimage.php?id=199097

Edit: Since sourceforge has a php-script that presents the screenshots, img-tags don't seem to work. So I just use regular url-tags.

Regards
Nimos

Posted: Wed Feb 11, 2009 09:52
by CrazyEddie
Cool, I shall try it out soon; tetris is always a great way to lose a few hours :)

It's also good to see prager's AquaLook skin in use.

CE.