LEVEL 066

Fish Flow Level 66 Guide

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

Moves
28
Branches
10
Fish types
8
Mystery fish
5
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
146 → 7 → 6? → 1Available
244 → 4 → 6 → 2Available
34EmptyEmpty branch
44EmptyEmpty branch
542? → 7? → 4 → 3Available
641 → 2 → 2 → 7Seaweed locked · unlock after completing fish 0
741? → 0 → 1 → 0Available
846 → 7? → 3 → 0Available
945 → 4 → 3 → 5Available
1043 → 5 → 0 → 5Available

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

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