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