In the rules it is stated: “Any bomb caught in an explosion is treated as if it had exploded at the very same moment”.
To my understanding this should mean that all bomb explosions are resolved at once (i.e. “at the very same moment”), so I was expecting other bombs to block all of each other.
Instead, in the current game, bombs are resolved sequentially, and subsequent explosions do not get blocked by previously exploded bombs.
This is not what I expected especially since the rules state that: “A single obstruction may block the explosions of several bombs that explode on the same turn”. So, if boxes do not get immediately deleted, why should bombs?
Either
(a) the rules should be corrected, changing that sentence and stating the order in which explosions are processed,
or
(b) the game simulation should be corrected to resolve all explosions at once, as stated in the rules.
I’m reviewing some of the replays and the issue seems even worse. If you check the next replay, in the last explosion, there is three bombs exploding. Two are in range of each other, but only one reaches a timer of 0. The bomb with timer 0 is not blocked by that with timer 5, but opposite!
Hi !
There are a few configurations which make me confuse.
Config 1:
2 bombs side by side with identical timer. .....A.B.....
A is a bomb with timer at 1 and range of 3.
B is a bomb with timer at 1 and range of 20.
Is explosion of bomb B blocked by bomb A? ...xxAxBxxxxx -> A blocked explosion of B. xxxxxAxBxxxxx -> A didn’t.
(x denotes places of explosion)
Config 2:
2 bombs at the same place. .....Z.....
Two bombs are placed at Z:
the first one with timer at 1 and range of 20,
the second one with timer at 8 and range of 3.
The first bomb explodes. Is her explosion blocked by the second one? ...xxZxx... -> first bomb blocked by the second one. xxxxxZxxxxx -> first bomb not blocked by the second one.