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