LEVEL 328

Fish Flow Level 328 Guide

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

Moves
33
Branches
11
Fish types
9
Mystery fish
13
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 → 3 → 2? → 7Available
243? → 8? → 0 → 6Seaweed locked · unlock after completing fish 7
344 → 8? → 2 → 6Available
442? → 5 → 4 → 1Available
54EmptyEmpty branch
641? → 1 → 3 → 8Seaweed locked · unlock after completing fish 7
74EmptyEmpty branch
845 → 5? → 0 → 4Seaweed locked · unlock after completing fish 6
941? → 8 → 6? → 2Available
1044 → 3? → 5? → 0Seaweed locked · unlock after completing fish 2
1147 → 7? → 6? → 7Available

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