Two times counter tile counting :)

situation:

Opponent turn:
situation:
xxxxxxxxxxx5xxxxxxx
xxxxxxxx1xxxxxxxxxx

step 1:
first tile countdown by 1
xxxxxxxxxxx4xxxxxxx
xxxxxxxx1xxxxxxxxxx

step 2:
second tile destroyed the row
xxxxxxxxxxx4xxxxxxx

step 3:
first tile get second countdown in same round.
xxxxxxxxxxxxxxxxxxx
xxxxxxxxxxx3xxxxxxx

Works only when first countdown is on right from second one.

Comments

  • Good find, I've been puzzling over this one for quite some time now. I could have sworn that every once in a while countdown tiles at 2 would trigger in case another countdown tile triggered the same turn. Makes sense now, seems like countdown tiles get decreased from top left to bottom right by screen position instead of by identity. So any countdown trigger related cascade moving other countdown tiles down to a position that hasn't been passed yet will get them decreased another time.