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