LEVEL 140

Fish Flow Level 140 Guide

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

Moves
30
Branches
11
Fish types
8
Mystery fish
10
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
144? → 6 → 3 → 2Seaweed locked · unlock after completing fish 7
241 → 7? → 1 → 6Seaweed locked · unlock after completing fish 0
34EmptyEmpty branch
444 → 2? → 5? → 5Available
54EmptyEmpty branch
643? → 1 → 4? → 3Seaweed locked · unlock after completing fish 2
745? → 0 → 4? → 0Available
842 → 7 → 2 → 0Available
94EmptyEmpty branch
1047 → 6? → 6 → 7Available
1140? → 5 → 3 → 1Available

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

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