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