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