LEVEL 056

Fish Flow Level 56 Guide

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

Moves
25
Branches
10
Fish types
7
Mystery fish
13
Seaweed branches
3

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 → 5Available
241? → 2 → 1Available
346? → 5 → 6Available
440? → 3 → 2Seaweed locked · unlock after completing fish 1
541? → 4 → 1Available
643? → 2? → 3Seaweed locked · unlock after completing fish 6
746? → 0? → 2Available
845? → 4? → 5Available
940? → 3? → 0 → 4Seaweed locked · unlock after completing fish 1
104EmptyEmpty branch

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