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