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