LEVEL 128

Fish Flow Level 128 Guide

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

Moves
37
Branches
12
Fish types
10
Mystery fish
13
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
14EmptyEmpty branch
241? → 3 → 7 → 0Available
345 → 3 → 6 → 0Available
446 → 7 → 3 → 8Available
54EmptyEmpty branch
642? → 3 → 4? → 2Available
741? → 9? → 0 → 6Seaweed locked · unlock after completing fish 8
848 → 1? → 9? → 9Available
947 → 9 → 8 → 0Seaweed locked · unlock after completing fish 2
1041? → 8 → 7? → 4Seaweed locked · unlock after completing fish 3
1144? → 5 → 4? → 2Available
1245 → 5? → 2? → 6Available

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