LEVEL 017

Fish Flow Level 17 Guide

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

Moves
25
Branches
10
Fish types
8
Mystery fish
4
Seaweed branches
4

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
144 → 1? → 2 → 3Seaweed locked · unlock after completing fish 0
243 → 7? → 4 → 5Seaweed locked · unlock after completing fish 0
34EmptyEmpty branch
445 → 1? → 5 → 7Seaweed locked · unlock after completing fish 0
546 → 7? → 6 → 1Seaweed locked · unlock after completing fish 2
644 → 6 → 0 → 0Available
744 → 6 → 3 → 2Available
84EmptyEmpty branch
945 → 2 → 2 → 0Available
1047 → 3 → 1 → 0Available

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

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