LEVEL 055

Fish Flow Level 55 Guide

Official initial board and replay-verified 28-move strict JSON solution for Fish Flow Level 55, featuring 18 mystery fish. Branch numbering starts at 1.

Moves
28
Branches
10
Fish types
8
Mystery fish
18
Seaweed branches
0

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
146 → 4? → 0? → 4Available
247 → 1? → 5? → 2Available
347 → 3? → 4? → 6Available
446 → 3? → 2? → 5Available
540 → 7? → 2? → 4Available
640? → 1? → 6Available
740? → 1? → 7Available
84EmptyEmpty branch
943? → 1? → 3Available
1042? → 5? → 5Available

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

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