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