LEVEL 039
Fish Flow Level 39 Guide
Official initial board and replay-verified 28-move strict JSON solution for Fish Flow Level 39, featuring 11 mystery fish. Branch numbering starts at 1.
- Moves
- 28
- Branches
- 11
- Fish types
- 9
- Mystery fish
- 11
- Seaweed branches
- 0
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 | 3? → 2 → 2 | Available |
| 2 | 4 | 5? → 3 → 8 | Available |
| 3 | 4 | 5? → 6 → 4 | Available |
| 4 | 4 | 0? → 5 → 6 | Available |
| 5 | 4 | 1? → 0 → 1 | Available |
| 6 | 4 | 2? → 7 → 1 | Available |
| 7 | 4 | 1? → 5 → 8 | Available |
| 8 | 4 | 7? → 4 → 8 | Available |
| 9 | 4 | 8? → 6 → 2 → 6 | Available |
| 10 | 4 | 0? → 4 → 3 → 7 | Available |
| 11 | 4 | 4? → 3 → 7 → 0 | Available |
28-move solution
Every move uses the fully settled board after automatic movement, reveals, completed groups, and seaweed unlocks from the previous step.
- 01Branch 2Branch 7
- 02Branch 5Branch 6
- 03Branch 9Branch 4
- 04Branch 9Branch 1
- 05Branch 4Branch 9
- 06Branch 11Branch 5
- 07Branch 10Branch 11
- 08Branch 2Branch 10
- 09Branch 4Branch 2
- 10Branch 5Branch 4
- 11Branch 6Branch 5
- 12Branch 11Branch 6
- 13Branch 10Branch 11
- 14Branch 10Branch 3
- 15Branch 4Branch 10
- 16Branch 9Branch 4
- 17Branch 7Branch 9
- 18Branch 7Branch 2
- 19Branch 5Branch 7
- 20Branch 8Branch 9
- 21Branch 1Branch 5
- 22Branch 11Branch 1
- 23Branch 8Branch 11
- 24Branch 6Branch 8
- 25Branch 3Branch 11
- 26Branch 3Branch 4
- 27Branch 2Branch 3
- 28Branch 5Branch 6
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": 39,
"boardFingerprint": "ff1-6f241626",
"modelName": "FISH FLOW Guide 1.0",
"moves": [
{
"from": 2,
"to": 7
},
{
"from": 5,
"to": 6
},
{
"from": 9,
"to": 4
},
{
"from": 9,
"to": 1
},
{
"from": 4,
"to": 9
},
{
"from": 11,
"to": 5
},
{
"from": 10,
"to": 11
},
{
"from": 2,
"to": 10
},
{
"from": 4,
"to": 2
},
{
"from": 5,
"to": 4
},
{
"from": 6,
"to": 5
},
{
"from": 11,
"to": 6
},
{
"from": 10,
"to": 11
},
{
"from": 10,
"to": 3
},
{
"from": 4,
"to": 10
},
{
"from": 9,
"to": 4
},
{
"from": 7,
"to": 9
},
{
"from": 7,
"to": 2
},
{
"from": 5,
"to": 7
},
{
"from": 8,
"to": 9
},
{
"from": 1,
"to": 5
},
{
"from": 11,
"to": 1
},
{
"from": 8,
"to": 11
},
{
"from": 6,
"to": 8
},
{
"from": 3,
"to": 11
},
{
"from": 3,
"to": 4
},
{
"from": 2,
"to": 3
},
{
"from": 5,
"to": 6
}
]
}