LEVEL 026

Fish Flow Level 26 Guide

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

Moves
31
Branches
12
Fish types
9
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
141 → 2Available
245 → 3Seaweed locked · unlock after completing fish 7
344 → 4 → 8 → 0Seaweed locked · unlock after completing fish 6
441 → 2 → 4 → 6Seaweed locked · unlock after completing fish 7
546 → 0 → 5Seaweed locked · unlock after completing fish 7
646 → 5 → 8Available
740 → 7Available
841 → 3 → 2 → 7Available
944 → 0 → 8 → 7Available
1048 → 3 → 1 → 3Available
1146 → 5 → 2 → 7Available
124EmptyEmpty branch

31-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 8Branch 7
  2. 02Branch 1Branch 8
  3. 03Branch 9Branch 7
  4. 04Branch 6Branch 9
  5. 05Branch 11Branch 12
  6. 06Branch 7Branch 12
  7. 07Branch 5Branch 6
  8. 08Branch 5Branch 7
  9. 09Branch 4Branch 5
  10. 10Branch 10Branch 2
  11. 11Branch 10Branch 1
  12. 12Branch 2Branch 10
  13. 13Branch 6Branch 2
  14. 14Branch 5Branch 6
  15. 15Branch 4Branch 5
  16. 16Branch 4Branch 11
  17. 17Branch 1Branch 4
  18. 18Branch 8Branch 1
  19. 19Branch 11Branch 1
  20. 20Branch 11Branch 2
  21. 21Branch 6Branch 11
  22. 22Branch 3Branch 7
  23. 23Branch 3Branch 6
  24. 24Branch 3Branch 5
  25. 25Branch 9Branch 6
  26. 26Branch 9Branch 7
  27. 27Branch 5Branch 9
  28. 28Branch 8Branch 3
  29. 29Branch 4Branch 8
  30. 30Branch 10Branch 3
  31. 31Branch 6Branch 10

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": 26,
  "boardFingerprint": "ff1-f653fefc",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 8,
      "to": 7
    },
    {
      "from": 1,
      "to": 8
    },
    {
      "from": 9,
      "to": 7
    },
    {
      "from": 6,
      "to": 9
    },
    {
      "from": 11,
      "to": 12
    },
    {
      "from": 7,
      "to": 12
    },
    {
      "from": 5,
      "to": 6
    },
    {
      "from": 5,
      "to": 7
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 10,
      "to": 2
    },
    {
      "from": 10,
      "to": 1
    },
    {
      "from": 2,
      "to": 10
    },
    {
      "from": 6,
      "to": 2
    },
    {
      "from": 5,
      "to": 6
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 4,
      "to": 11
    },
    {
      "from": 1,
      "to": 4
    },
    {
      "from": 8,
      "to": 1
    },
    {
      "from": 11,
      "to": 1
    },
    {
      "from": 11,
      "to": 2
    },
    {
      "from": 6,
      "to": 11
    },
    {
      "from": 3,
      "to": 7
    },
    {
      "from": 3,
      "to": 6
    },
    {
      "from": 3,
      "to": 5
    },
    {
      "from": 9,
      "to": 6
    },
    {
      "from": 9,
      "to": 7
    },
    {
      "from": 5,
      "to": 9
    },
    {
      "from": 8,
      "to": 3
    },
    {
      "from": 4,
      "to": 8
    },
    {
      "from": 10,
      "to": 3
    },
    {
      "from": 6,
      "to": 10
    }
  ]
}