LEVEL 030

Fish Flow Level 30 Guide

Official initial board and replay-verified 28-move strict JSON solution for Fish Flow Level 30, featuring 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
28
Branches
10
Fish types
8
Mystery fish
0
Seaweed branches
4

Initial board

Read each array from bottom to top; the rightmost value is the current top fish. “?” marks a fish that starts hidden.

Open board JSON
BranchCapacityFish (bottom → top)Status
144 → 0 → 0 → 5Available
241 → 2 → 4Available
340 → 1Available
446 → 1 → 5Available
543 → 4 → 0 → 1Available
643 → 7 → 5 → 6Seaweed locked · unlock after completing fish 1
747 → 6 → 7 → 2Seaweed locked · unlock after completing fish 0
84EmptyEmpty branch
945 → 6 → 7 → 2Seaweed locked · unlock after completing fish 3
1043 → 3 → 2 → 4Seaweed locked · unlock after completing fish 0

28-move solution

Every move uses the fully settled board after automatic movement, reveals, completed groups, and seaweed unlocks from the previous step.

Open answer JSON
  1. 01Branch 1Branch 4
  2. 02Branch 5Branch 3
  3. 03Branch 5Branch 1
  4. 04Branch 2Branch 5
  5. 05Branch 1Branch 8
  6. 06Branch 1Branch 5
  7. 07Branch 3Branch 1
  8. 08Branch 3Branch 8
  9. 09Branch 7Branch 2
  10. 10Branch 2Branch 3
  11. 11Branch 1Branch 2
  12. 12Branch 4Branch 1
  13. 13Branch 4Branch 2
  14. 14Branch 6Branch 4
  15. 15Branch 6Branch 1
  16. 16Branch 7Branch 6
  17. 17Branch 7Branch 4
  18. 18Branch 7Branch 6
  19. 19Branch 5Branch 7
  20. 20Branch 10Branch 7
  21. 21Branch 10Branch 3
  22. 22Branch 5Branch 10
  23. 23Branch 6Branch 5
  24. 24Branch 6Branch 10
  25. 25Branch 9Branch 3
  26. 26Branch 9Branch 5
  27. 27Branch 9Branch 4
  28. 28Branch 1Branch 9

Strict JSON for AI assistance

Contains only protocol-approved fields and can be pasted into the in-game AI assistance input.

{
  "schema": "fish-flow-ai-solution/v1",
  "level": 30,
  "boardFingerprint": "ff1-315d2ed9",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 1,
      "to": 4
    },
    {
      "from": 5,
      "to": 3
    },
    {
      "from": 5,
      "to": 1
    },
    {
      "from": 2,
      "to": 5
    },
    {
      "from": 1,
      "to": 8
    },
    {
      "from": 1,
      "to": 5
    },
    {
      "from": 3,
      "to": 1
    },
    {
      "from": 3,
      "to": 8
    },
    {
      "from": 7,
      "to": 2
    },
    {
      "from": 2,
      "to": 3
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 4,
      "to": 1
    },
    {
      "from": 4,
      "to": 2
    },
    {
      "from": 6,
      "to": 4
    },
    {
      "from": 6,
      "to": 1
    },
    {
      "from": 7,
      "to": 6
    },
    {
      "from": 7,
      "to": 4
    },
    {
      "from": 7,
      "to": 6
    },
    {
      "from": 5,
      "to": 7
    },
    {
      "from": 10,
      "to": 7
    },
    {
      "from": 10,
      "to": 3
    },
    {
      "from": 5,
      "to": 10
    },
    {
      "from": 6,
      "to": 5
    },
    {
      "from": 6,
      "to": 10
    },
    {
      "from": 9,
      "to": 3
    },
    {
      "from": 9,
      "to": 5
    },
    {
      "from": 9,
      "to": 4
    },
    {
      "from": 1,
      "to": 9
    }
  ]
}