LEVEL 332

Fish Flow Level 332 Guide

Official initial board and replay-verified 33-move strict JSON solution for Fish Flow Level 332, featuring 15 mystery fish and 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
33
Branches
11
Fish types
9
Mystery fish
15
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
14EmptyEmpty branch
248? → 8? → 2 → 5Available
344 → 0? → 4 → 8Available
443? → 6? → 0 → 1Seaweed locked · unlock after completing fish 2
54EmptyEmpty branch
647 → 5? → 7? → 6Available
742? → 5 → 5? → 7Available
841? → 6? → 3 → 0Available
946 → 8? → 4? → 2Seaweed locked · unlock after completing fish 5
1047? → 3 → 1 → 1Seaweed locked · unlock after completing fish 0
1142 → 3? → 4 → 0Seaweed locked · unlock after completing fish 5

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

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