LEVEL 060
Fish Flow Level 60 Guide
Official initial board and replay-verified 24-move strict JSON solution for Fish Flow Level 60, featuring 6 mystery fish and 1 seaweed-locked branches. Branch numbering starts at 1.
- Moves
- 24
- Branches
- 10
- Fish types
- 7
- Mystery fish
- 6
- 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 | 1? → 6 → 2 → 5 | Available |
| 2 | 4 | 0 → 6 → 3? → 0 | Seaweed locked · unlock after completing fish 5 |
| 3 | 4 | 4? → 4? → 3 → 4 | Available |
| 4 | 4 | 6 → 0 → 5 → 1 | Available |
| 5 | 4 | Empty | Empty branch |
| 6 | 4 | Empty | Empty branch |
| 7 | 4 | 3 → 4? → 6 → 1 | Available |
| 8 | 4 | 5 → 2? → 0 → 3 | Available |
| 9 | 4 | Empty | Empty branch |
| 10 | 4 | 2 → 1 → 2 → 5 | 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 1Branch 5
- 02Branch 10Branch 5
- 03Branch 1Branch 10
- 04Branch 1Branch 6
- 05Branch 4Branch 1
- 06Branch 4Branch 5
- 07Branch 7Branch 1
- 08Branch 7Branch 6
- 09Branch 3Branch 7
- 10Branch 3Branch 9
- 11Branch 3Branch 7
- 12Branch 7Branch 3
- 13Branch 7Branch 9
- 14Branch 8Branch 9
- 15Branch 8Branch 4
- 16Branch 10Branch 8
- 17Branch 10Branch 1
- 18Branch 8Branch 10
- 19Branch 5Branch 8
- 20Branch 2Branch 4
- 21Branch 2Branch 9
- 22Branch 2Branch 6
- 23Branch 4Branch 2
- 24Branch 4Branch 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": 60,
"boardFingerprint": "ff1-c7611156",
"modelName": "FISH FLOW Guide 1.0",
"moves": [
{
"from": 1,
"to": 5
},
{
"from": 10,
"to": 5
},
{
"from": 1,
"to": 10
},
{
"from": 1,
"to": 6
},
{
"from": 4,
"to": 1
},
{
"from": 4,
"to": 5
},
{
"from": 7,
"to": 1
},
{
"from": 7,
"to": 6
},
{
"from": 3,
"to": 7
},
{
"from": 3,
"to": 9
},
{
"from": 3,
"to": 7
},
{
"from": 7,
"to": 3
},
{
"from": 7,
"to": 9
},
{
"from": 8,
"to": 9
},
{
"from": 8,
"to": 4
},
{
"from": 10,
"to": 8
},
{
"from": 10,
"to": 1
},
{
"from": 8,
"to": 10
},
{
"from": 5,
"to": 8
},
{
"from": 2,
"to": 4
},
{
"from": 2,
"to": 9
},
{
"from": 2,
"to": 6
},
{
"from": 4,
"to": 2
},
{
"from": 4,
"to": 6
}
]
}