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