LEVEL 065

Fish Flow Level 65 Guide

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

Moves
27
Branches
11
Fish types
8
Mystery fish
7
Seaweed branches
2

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? → 6 → 7? → 3Available
240 → 4 → 2 → 6Available
347 → 5 → 5? → 1Available
447 → 0 → 2 → 6Available
54EmptyEmpty branch
64EmptyEmpty branch
745? → 0 → 5 → 7Available
843 → 1 → 3 → 4Seaweed locked · unlock after completing fish 0
944? → 2? → 0 → 3Available
1044? → 1 → 1 → 2Seaweed locked · unlock after completing fish 6
114EmptyEmpty branch

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

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