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