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