LEVEL 063

Fish Flow Level 63 Guide

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

Moves
25
Branches
11
Fish types
8
Mystery fish
4
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
14EmptyEmpty branch
243 → 2 → 0 → 4Available
341 → 6? → 7 → 4Available
446 → 7? → 6 → 2Seaweed locked · unlock after completing fish 5
54EmptyEmpty branch
64EmptyEmpty branch
742 → 7 → 0 → 0Available
843 → 3 → 5 → 4Available
945 → 2 → 7 → 0Available
1041? → 3 → 5? → 4Available
1141 → 1 → 6 → 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 10Branch 1
  2. 02Branch 2Branch 1
  3. 03Branch 3Branch 1
  4. 04Branch 8Branch 1
  5. 05Branch 3Branch 5
  6. 06Branch 8Branch 10
  7. 07Branch 9Branch 2
  8. 08Branch 5Branch 9
  9. 09Branch 2Branch 5
  10. 10Branch 7Branch 5
  11. 11Branch 9Branch 7
  12. 12Branch 2Branch 9
  13. 13Branch 2Branch 8
  14. 14Branch 7Branch 2
  15. 15Branch 9Branch 7
  16. 16Branch 10Branch 9
  17. 17Branch 11Branch 9
  18. 18Branch 10Branch 8
  19. 19Branch 4Branch 7
  20. 20Branch 4Branch 3
  21. 21Branch 4Branch 2
  22. 22Branch 3Branch 4
  23. 23Branch 11Branch 4
  24. 24Branch 3Branch 10
  25. 25Branch 10Branch 11

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