LEVEL 067

Fish Flow Level 67 Guide

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

Moves
27
Branches
11
Fish types
8
Mystery fish
7
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 → 5? → 1 → 1Available
242 → 7 → 4 → 0Available
343 → 6? → 7? → 5Available
440 → 3 → 2? → 6Available
54EmptyEmpty branch
644 → 3 → 7? → 3Seaweed locked · unlock after completing fish 6
744 → 5 → 5? → 1Available
840 → 6? → 4 → 7Available
94EmptyEmpty branch
104EmptyEmpty branch
1142 → 6 → 1 → 0Available

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