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