First level storm breaker th.or

A classic!

Here's the solution to the first level of Storm Breaker:

Level 1:

Goal: Clear the grid by removing all the colored blocks.

Rules:

Starting Grid:

R R R O O O
O O O Y Y Y
Y Y Y G G G
G G G B B B
B B B R R R

Solution:

  1. Swap the top-left "R" block with the top-right "R" block.

    R R R O O O
    O O O Y Y Y
    Y Y Y G G G
    G G G B B B
    B B B R R R
  2. Swap the middle-left "O" block with the middle-right "O" block.

    R R R O O O
    O O O Y Y Y
    Y Y Y G G G
    G G G B B B
    B B B R R R
  3. Swap the bottom-left "B" block with the bottom-right "B" block.

    R R R O O O
    O O O Y Y Y
    Y Y Y G G G
    G G G B B B
    B B B R R R

Result:

The grid should now be cleared, and you should have removed all the colored blocks!

Let me know if you need help with the next level or if you have any questions!