LEVEL 145

Fish Flow Level 145 Guide

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

Moves
31
Branches
11
Fish types
9
Mystery fish
11
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
141? → 5 → 0 → 2Seaweed locked · unlock after completing fish 6
24EmptyEmpty branch
340 → 3? → 6? → 8Available
442 → 0 → 7 → 7Available
540 → 2 → 1? → 5Available
646 → 6? → 5 → 1Seaweed locked · unlock after completing fish 8
748? → 8? → 5 → 8Available
844? → 4 → 3? → 7Seaweed locked · unlock after completing fish 0
94EmptyEmpty branch
1042? → 7? → 4 → 1Available
1143 → 3 → 4 → 6Available

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