LEVEL 037

Fish Flow Level 37 Guide

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

Moves
28
Branches
11
Fish types
9
Mystery fish
10
Seaweed branches
5

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 → 5 → 5Available
241 → 8Available
347 → 0 → 2Available
442 → 5Available
548 → 5 → 2Available
640 → 2 → 0Available
746? → 4? → 1 → 6Seaweed locked · unlock after completing fish 5
846? → 4? → 1 → 4Seaweed locked · unlock after completing fish 0
944? → 3? → 7 → 3Seaweed locked · unlock after completing fish 8
1041? → 7? → 3 → 3Seaweed locked · unlock after completing fish 5
1146? → 8? → 0 → 7Seaweed locked · unlock after completing fish 2

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