LEVEL 069

Fish Flow Level 69 Guide

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

Moves
29
Branches
10
Fish types
8
Mystery fish
4
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
145 → 0? → 6? → 4Available
240 → 4 → 5 → 1Seaweed locked · unlock after completing fish 6
342 → 7? → 6 → 7Available
440 → 3 → 7 → 2Available
540 → 3 → 1 → 5Available
646 → 1 → 7 → 1Available
74EmptyEmpty branch
845 → 2 → 3 → 3Seaweed locked · unlock after completing fish 6
94EmptyEmpty branch
1044? → 4 → 6 → 2Available

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