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