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