LEVEL 048

Fish Flow Level 48 Guide

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

Moves
28
Branches
12
Fish types
9
Mystery fish
0
Seaweed branches
6

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
143 → 5 → 4Seaweed locked · unlock after completing fish 0
245 → 6 → 1Available
346 → 8 → 1Available
443 → 2 → 2Seaweed locked · unlock after completing fish 4
545 → 7 → 1Seaweed locked · unlock after completing fish 0
640 → 0 → 8Available
740 → 6 → 0Available
843 → 2 → 5Seaweed locked · unlock after completing fish 0
941 → 7 → 4Seaweed locked · unlock after completing fish 8
1048 → 4 → 7Available
1144 → 6 → 8Available
1247 → 2 → 3Seaweed locked · unlock after completing fish 4

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