LEVEL 059

Fish Flow Level 59 Guide

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

Moves
24
Branches
9
Fish types
7
Mystery fish
7
Seaweed branches
1

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
14EmptyEmpty branch
241 → 1 → 0 → 3Available
343? → 5? → 3 → 0Available
440? → 2 → 1? → 6Available
546 → 3 → 4? → 6Available
644? → 4 → 4 → 2Seaweed locked · unlock after completing fish 0
74EmptyEmpty branch
842 → 6 → 1? → 5Available
940 → 5 → 5 → 2Available

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

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