LEVEL 032

Fish Flow Level 32 Guide

Official initial board and replay-verified 31-move strict JSON solution for Fish Flow Level 32, featuring 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
31
Branches
12
Fish types
9
Mystery fish
0
Seaweed branches
4

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
140 → 8 → 3 → 2Seaweed locked · unlock after completing fish 1
241 → 6Available
343 → 6Available
440 → 8Available
541 → 5Available
640 → 4 → 1 → 2Seaweed locked · unlock after completing fish 6
744 → 3 → 8 → 4Seaweed locked · unlock after completing fish 6
847 → 6 → 2Available
945 → 1 → 7Available
1045 → 2 → 6Available
1144 → 5 → 7Available
1247 → 3 → 0 → 8Seaweed locked · unlock after completing fish 6

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

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