LEVEL 061

Fish Flow Level 61 Guide

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

Moves
24
Branches
9
Fish types
7
Mystery fish
8
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
143 → 5? → 3 → 2Available
246 → 6 → 1? → 0Available
34EmptyEmpty branch
445? → 3 → 4 → 3Available
542? → 6? → 5 → 5Available
641? → 4 → 0 → 6Available
744 → 1 → 4 → 2Available
84EmptyEmpty branch
940? → 2 → 1? → 0Seaweed locked · unlock after completing fish 5

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