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