LEVEL 045

Fish Flow Level 45 Guide

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

Moves
33
Branches
12
Fish types
10
Mystery fish
9
Seaweed branches
3

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
148? → 2 → 6Available
242? → 3Available
341? → 4 → 8 → 7Available
447? → 9Available
546? → 6 → 3Available
640? → 5Available
744 → 1 → 0 → 9Seaweed locked · unlock after completing fish 8
849 → 7? → 8 → 2Available
940 → 5 → 6 → 4Seaweed locked · unlock after completing fish 1
1043 → 9? → 8 → 5Available
1141 → 5 → 4 → 1Seaweed locked · unlock after completing fish 9
1240 → 7? → 2 → 3Available

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