Resonance Cascade

A 5x5 grid where each node holds an energy state (0-3). Clicking a node increments its state, but causes a "cascade" that also increments specific neighbors.

Cascade Patterns:

  • State 0: Splashes orthogonally (Up, Down, Left, Right).
  • State 1: Splashes diagonally (4 corners).
  • State 2: Splashes horizontally only (Left, Right).
  • State 3: Splashes vertically only (Up, Down).

Goal: Neutralize the entire grid to State 0.

Pulses: 0