Hello.
Several discrepancies have been reported between the game’s behaviour and the rules.
We’ve fixed them with as little impact as possible on the game experience.
However we’ve discovered a misleading line in the statement that will have now changed.
- Once the explosions have been computed, any box hit is then removed.
- Players then perform their actions simultaneously.
This implies a player can move onto a box that gets destroyed on the same turn. However, in reality the actions being performed are computed using the initial state of boxes. We have changed the statement to reflect the game’s behaviour:
- Once the explosions have been computed, any box hit scores a point to the owner of each explosion.
- Players then perform their actions simultaneously.
- New items appear, destroyed items and boxes are removed.
We apologize for any inconvenience this may have caused.
In addition, we have also implemented a new timeout mechanism for games were nobody is doing anything. If there are no bombs and no movement for 20 rounds in a row, the game will end as if it had reached the full 200 turns.
Good luck