LEVEL 028

Fish Flow Level 28 Guide

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

Moves
31
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
145 → 6 → 3 → 2Seaweed locked · unlock after completing fish 8
245? → 1? → 0 → 0Available
347? → 8? → 0? → 0Available
442? → 4? → 8 → 1Available
548? → 4? → 3? → 4Available
647 → 3 → 6 → 7Seaweed locked · unlock after completing fish 1
74EmptyEmpty branch
845 → 5 → 1 → 6Seaweed locked · unlock after completing fish 0
944? → 2? → 1? → 8Available
1047 → 3 → 6 → 2Seaweed locked · unlock after completing fish 8
114EmptyEmpty branch

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