LEVEL 041

Fish Flow Level 41 Guide

Official initial board and replay-verified 33-move strict JSON solution for Fish Flow Level 41, featuring 14 mystery fish and 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
33
Branches
12
Fish types
10
Mystery fish
14
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
147 → 4? → 5? → 4Seaweed locked · unlock after completing fish 1
24EmptyEmpty branch
341 → 1? → 3? → 7Seaweed locked · unlock after completing fish 6
44EmptyEmpty branch
543 → 3? → 8? → 2Seaweed locked · unlock after completing fish 6
647 → 9? → 2? → 9Seaweed locked · unlock after completing fish 8
748 → 1 → 0? → 9Available
843 → 2 → 1? → 8Available
945 → 7 → 5? → 5Available
1040 → 4 → 6? → 9Available
1142 → 6 → 8? → 4Available
1246 → 0 → 6? → 0Available

33-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 2
  2. 02Branch 10Branch 2
  3. 03Branch 12Branch 7
  4. 04Branch 8Branch 4
  5. 05Branch 10Branch 12
  6. 06Branch 11Branch 10
  7. 07Branch 11Branch 4
  8. 08Branch 12Branch 11
  9. 09Branch 7Branch 12
  10. 10Branch 7Branch 8
  11. 11Branch 4Branch 7
  12. 12Branch 9Branch 4
  13. 13Branch 4Branch 9
  14. 14Branch 10Branch 4
  15. 15Branch 12Branch 10
  16. 16Branch 11Branch 12
  17. 17Branch 5Branch 11
  18. 18Branch 5Branch 7
  19. 19Branch 6Branch 2
  20. 20Branch 6Branch 11
  21. 21Branch 6Branch 2
  22. 22Branch 3Branch 6
  23. 23Branch 3Branch 5
  24. 24Branch 8Branch 3
  25. 25Branch 1Branch 4
  26. 26Branch 8Branch 11
  27. 27Branch 5Branch 8
  28. 28Branch 1Branch 5
  29. 29Branch 1Branch 4
  30. 30Branch 1Branch 6
  31. 31Branch 9Branch 5
  32. 32Branch 9Branch 6
  33. 33Branch 5Branch 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": 41,
  "boardFingerprint": "ff1-2a11956e",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 7,
      "to": 2
    },
    {
      "from": 10,
      "to": 2
    },
    {
      "from": 12,
      "to": 7
    },
    {
      "from": 8,
      "to": 4
    },
    {
      "from": 10,
      "to": 12
    },
    {
      "from": 11,
      "to": 10
    },
    {
      "from": 11,
      "to": 4
    },
    {
      "from": 12,
      "to": 11
    },
    {
      "from": 7,
      "to": 12
    },
    {
      "from": 7,
      "to": 8
    },
    {
      "from": 4,
      "to": 7
    },
    {
      "from": 9,
      "to": 4
    },
    {
      "from": 4,
      "to": 9
    },
    {
      "from": 10,
      "to": 4
    },
    {
      "from": 12,
      "to": 10
    },
    {
      "from": 11,
      "to": 12
    },
    {
      "from": 5,
      "to": 11
    },
    {
      "from": 5,
      "to": 7
    },
    {
      "from": 6,
      "to": 2
    },
    {
      "from": 6,
      "to": 11
    },
    {
      "from": 6,
      "to": 2
    },
    {
      "from": 3,
      "to": 6
    },
    {
      "from": 3,
      "to": 5
    },
    {
      "from": 8,
      "to": 3
    },
    {
      "from": 1,
      "to": 4
    },
    {
      "from": 8,
      "to": 11
    },
    {
      "from": 5,
      "to": 8
    },
    {
      "from": 1,
      "to": 5
    },
    {
      "from": 1,
      "to": 4
    },
    {
      "from": 1,
      "to": 6
    },
    {
      "from": 9,
      "to": 5
    },
    {
      "from": 9,
      "to": 6
    },
    {
      "from": 5,
      "to": 9
    }
  ]
}