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