LEVEL 052

Fish Flow Level 52 Guide

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

Moves
35
Branches
12
Fish types
10
Mystery fish
8
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
145? → 1? → 0 → 2Available
240 → 6 → 0 → 9Seaweed locked · unlock after completing fish 2
347 → 8Available
449 → 0Available
544 → 7 → 7 → 1Seaweed locked · unlock after completing fish 0
642? → 1? → 8 → 2Available
743? → 4? → 5 → 6Available
845 → 8 → 3 → 5Seaweed locked · unlock after completing fish 9
941 → 6Available
1049 → 2Available
1144 → 3 → 6 → 3Seaweed locked · unlock after completing fish 8
1249? → 8? → 4 → 7Available

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

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