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.
| Branch | Capacity | Fish (bottom → top) | Status |
|---|---|---|---|
| 1 | 4 | 4 → 1? → 2 → 3 | Seaweed locked · unlock after completing fish 0 |
| 2 | 4 | 3 → 7? → 4 → 5 | Seaweed locked · unlock after completing fish 0 |
| 3 | 4 | Empty | Empty branch |
| 4 | 4 | 5 → 1? → 5 → 7 | Seaweed locked · unlock after completing fish 0 |
| 5 | 4 | 6 → 7? → 6 → 1 | Seaweed locked · unlock after completing fish 2 |
| 6 | 4 | 4 → 6 → 0 → 0 | Available |
| 7 | 4 | 4 → 6 → 3 → 2 | Available |
| 8 | 4 | Empty | Empty branch |
| 9 | 4 | 5 → 2 → 2 → 0 | Available |
| 10 | 4 | 7 → 3 → 1 → 0 | Available |
25-move solution
Every move uses the fully settled board after automatic movement, reveals, completed groups, and seaweed unlocks from the previous step.
- 01Branch 6Branch 3
- 02Branch 9Branch 3
- 03Branch 10Branch 3
- 04Branch 7Branch 9
- 05Branch 1Branch 7
- 06Branch 1Branch 8
- 07Branch 9Branch 8
- 08Branch 1Branch 10
- 09Branch 2Branch 9
- 10Branch 2Branch 1
- 11Branch 4Branch 2
- 12Branch 4Branch 9
- 13Branch 5Branch 4
- 14Branch 5Branch 6
- 15Branch 2Branch 5
- 16Branch 7Branch 2
- 17Branch 6Branch 7
- 18Branch 1Branch 6
- 19Branch 4Branch 1
- 20Branch 4Branch 9
- 21Branch 10Branch 1
- 22Branch 10Branch 2
- 23Branch 5Branch 10
- 24Branch 7Branch 5
- 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
}
]
}