LEVEL 060

Fish Flow Level 60 Guide

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

Moves
24
Branches
10
Fish types
7
Mystery fish
6
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
141? → 6 → 2 → 5Available
240 → 6 → 3? → 0Seaweed locked · unlock after completing fish 5
344? → 4? → 3 → 4Available
446 → 0 → 5 → 1Available
54EmptyEmpty branch
64EmptyEmpty branch
743 → 4? → 6 → 1Available
845 → 2? → 0 → 3Available
94EmptyEmpty branch
1042 → 1 → 2 → 5Available

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