LEVEL 064

Fish Flow Level 64 Guide

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

Moves
25
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
142 → 4 → 6 → 3Available
243? → 4 → 3? → 5Available
342? → 0 → 1 → 2Available
44EmptyEmpty branch
54EmptyEmpty branch
646 → 4? → 3 → 6Available
744 → 6? → 0 → 1Available
845? → 0? → 0 → 2Seaweed locked · unlock after completing fish 6
941 → 5 → 1? → 5Available

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