LEVEL 144

Fish Flow Level 144 Guide

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

Moves
32
Branches
11
Fish types
9
Mystery fish
9
Seaweed branches
2

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
14EmptyEmpty branch
241 → 6 → 8 → 3Seaweed locked · unlock after completing fish 4
340? → 1? → 6 → 2Available
448 → 4? → 5? → 1Seaweed locked · unlock after completing fish 2
540? → 3 → 3 → 7Available
642 → 5? → 3? → 7Available
742 → 4 → 5 → 7Available
842 → 5? → 6 → 8Available
944? → 6 → 4 → 8Available
104EmptyEmpty branch
1140 → 7 → 0 → 1Available

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