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