LEVEL 047

Fish Flow Level 47 Guide

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

Moves
33
Branches
15
Fish types
10
Mystery fish
14
Seaweed branches
0

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? → 5? → 4 → 2Available
249? → 6? → 8 → 9Available
34EmptyEmpty branch
449? → 7? → 6 → 0Available
545? → 4? → 0 → 5Available
64EmptyEmpty branch
743 → 0 → 4 → 2Available
849 → 3 → 1 → 8Available
942 → 1 → 7 → 4Available
104EmptyEmpty branch
1148? → 7Available
1246? → 1Available
1345? → 7? → 6 → 3Available
1443? → 1Available
1540? → 8Available

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

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": 47,
  "boardFingerprint": "ff1-e342b872",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 12,
      "to": 14
    },
    {
      "from": 8,
      "to": 15
    },
    {
      "from": 8,
      "to": 14
    },
    {
      "from": 11,
      "to": 3
    },
    {
      "from": 15,
      "to": 11
    },
    {
      "from": 4,
      "to": 15
    },
    {
      "from": 4,
      "to": 12
    },
    {
      "from": 4,
      "to": 3
    },
    {
      "from": 2,
      "to": 4
    },
    {
      "from": 2,
      "to": 11
    },
    {
      "from": 2,
      "to": 12
    },
    {
      "from": 2,
      "to": 4
    },
    {
      "from": 13,
      "to": 8
    },
    {
      "from": 13,
      "to": 12
    },
    {
      "from": 13,
      "to": 3
    },
    {
      "from": 5,
      "to": 13
    },
    {
      "from": 5,
      "to": 15
    },
    {
      "from": 5,
      "to": 2
    },
    {
      "from": 5,
      "to": 13
    },
    {
      "from": 9,
      "to": 2
    },
    {
      "from": 9,
      "to": 3
    },
    {
      "from": 14,
      "to": 5
    },
    {
      "from": 9,
      "to": 5
    },
    {
      "from": 1,
      "to": 9
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 1,
      "to": 13
    },
    {
      "from": 1,
      "to": 9
    },
    {
      "from": 7,
      "to": 9
    },
    {
      "from": 7,
      "to": 2
    },
    {
      "from": 7,
      "to": 15
    },
    {
      "from": 7,
      "to": 8
    },
    {
      "from": 8,
      "to": 14
    },
    {
      "from": 4,
      "to": 8
    }
  ]
}