LEVEL 049

Fish Flow Level 49 Guide

Official initial board and replay-verified 34-move strict JSON solution for Fish Flow Level 49, featuring 12 mystery fish and 5 seaweed-locked branches. Branch numbering starts at 1.

Moves
34
Branches
12
Fish types
10
Mystery fish
12
Seaweed branches
5

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
142? → 9? → 3 → 9Available
242? → 4? → 3 → 4Seaweed locked · unlock after completing fish 1
345? → 0? → 8 → 7Available
440? → 9? → 1 → 3Seaweed locked · unlock after completing fish 7
549? → 1? → 6Available
646? → 5? → 4 → 5Available
746 → 2 → 6 → 3Seaweed locked · unlock after completing fish 5
847 → 7Available
941 → 4 → 5Seaweed locked · unlock after completing fish 7
1048 → 8Available
1140 → 7Available
1242 → 8 → 1 → 0Seaweed locked · unlock after completing fish 7

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

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