LEVEL 040

Fish Flow Level 40 Guide

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

Moves
28
Branches
11
Fish types
9
Mystery fish
0
Seaweed branches
6

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 → 5 → 1 → 8Seaweed locked · unlock after completing fish 6
243 → 5 → 4 → 3Seaweed locked · unlock after completing fish 6
342 → 4 → 0 → 2Seaweed locked · unlock after completing fish 3
448 → 0 → 5 → 4Seaweed locked · unlock after completing fish 6
547 → 2 → 2 → 4Seaweed locked · unlock after completing fish 8
647 → 1 → 0 → 0Seaweed locked · unlock after completing fish 6
746 → 6 → 8 → 7Available
841 → 7 → 6 → 8Available
94EmptyEmpty branch
104EmptyEmpty branch
1143 → 3 → 6 → 5Available

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

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