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