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