Overview
A Bomb is a special one-time-use item that removes all cells in a 3×3 area centred on a tapped board cell, awarding partial points for each cell destroyed.
Status: Post-MiniPay launch roadmap.
UX Flow
- When the player has a bomb available, a BOMB button appears in the game chrome (bottom-left of board, styled red)
- Player taps BOMB → game enters "bomb targeting mode", crosshair follows finger
- Player taps a cell → 3×3 zone highlighted red
- Confirmation tap (or 1-second hold) → explosion animation plays, cells removed
- Points: 5 pts per cell destroyed — no combo multiplier (bomb is not a line clear)
- BOMB button removed for the rest of that game
Acquisition
On-chain Encoding
- Bomb use recorded in packed move data as a distinct move type (not a normal piece placement)
- Contract must be updated to understand bomb moves for spot-check replay
- This is a contract change
Contract change required: Yes
Overview
A Bomb is a special one-time-use item that removes all cells in a 3×3 area centred on a tapped board cell, awarding partial points for each cell destroyed.
UX Flow
Acquisition
On-chain Encoding
Contract change required: Yes