Puzzling Dominoes 4K

Hi all,

This is my first entry for the comp.

Webstart: [url]http://www.dcc.uchile.cl/~rcarvall/j4k/2006/Domino4K.php[/url]

Download: http://www.dcc.uchile.cl/~rcarvall/j4k/2006/Domino4K.jar

This is a Puzzle game, to kill the blocks you need to connect at least the number in the face blocks together, e.g. if you want to destroy blocks with number 5, you need to put 5 or more blocks together. The ones dissapear when other blocks are killed in one of their sides.

Feedback and bug reports appreciated!!

   Rafael Carvallo.-

Reminds me of your entry last year, looks like you’ve used the same foundation. Also reminds me of FetRisk, again :wink:
Good one, although oversensitive, very hard to control.

very original!

One point-faced blocks seemed inmortal, but they desapear when you kill a group connected with them. everything else seems ok :).

f.l.x.: it says so in the description (about the ones). :slight_smile:

d’oh!

looks like i have to get some more sleep

It’s sort of tetris crossed with dominos. Nice combo. :slight_smile:

Oh, the window close button doesn’t work. You could test for isVisible() & do a System.exit();

I’m not using JFrame, just old awt .Frame.
To exit use the Escape key.

I’m thinking in changing the rotate to ‘.’ and ‘,’ to allow rotating left and right.

Also I have room for optimisations, so ask features and I’ll try to implement.

Rafael.-