LEVEL 062

Fish Flow Level 62 Guide

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

Moves
23
Branches
10
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
142 → 3 → 5 → 3Available
246 → 1 → 0 → 4Available
342 → 0? → 5 → 1Available
444? → 6? → 6 → 3Available
54EmptyEmpty branch
641 → 4 → 2? → 3Available
74EmptyEmpty branch
84EmptyEmpty branch
941 → 4? → 5? → 2Available
1040 → 5? → 0 → 6Seaweed locked · unlock after completing fish 3

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

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