LEVEL 044
Fish Flow Level 44 Guide
Official initial board and replay-verified 18-move strict JSON solution for Fish Flow Level 44, featuring 4 seaweed-locked branches. Branch numbering starts at 1.
- Moves
- 18
- Branches
- 8
- Fish types
- 6
- Mystery fish
- 0
- 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 | 4 → 3 → 3 | Available |
| 2 | 4 | 5 → 2 → 0 | Available |
| 3 | 4 | 3 → 0 → 3 | Available |
| 4 | 4 | 0 → 0 → 2 | Available |
| 5 | 4 | 5 → 4 → 1 | Seaweed locked · unlock after completing fish 0 |
| 6 | 4 | 1 → 4 → 1 | Seaweed locked · unlock after completing fish 2 |
| 7 | 4 | 1 → 2 → 4 | Seaweed locked · unlock after completing fish 0 |
| 8 | 4 | 5 → 5 → 2 | Seaweed locked · unlock after completing fish 3 |
18-move solution
Every move uses the fully settled board after automatic movement, reveals, completed groups, and seaweed unlocks from the previous step.
- 01Branch 3Branch 1
- 02Branch 2Branch 3
- 03Branch 4Branch 2
- 04Branch 3Branch 4
- 05Branch 1Branch 3
- 06Branch 1Branch 7
- 07Branch 8Branch 2
- 08Branch 2Branch 1
- 09Branch 2Branch 8
- 10Branch 5Branch 2
- 11Branch 7Branch 5
- 12Branch 7Branch 1
- 13Branch 2Branch 6
- 14Branch 6Branch 7
- 15Branch 5Branch 2
- 16Branch 5Branch 8
- 17Branch 6Branch 2
- 18Branch 6Branch 7
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": 44,
"boardFingerprint": "ff1-39307d59",
"modelName": "FISH FLOW Guide 1.0",
"moves": [
{
"from": 3,
"to": 1
},
{
"from": 2,
"to": 3
},
{
"from": 4,
"to": 2
},
{
"from": 3,
"to": 4
},
{
"from": 1,
"to": 3
},
{
"from": 1,
"to": 7
},
{
"from": 8,
"to": 2
},
{
"from": 2,
"to": 1
},
{
"from": 2,
"to": 8
},
{
"from": 5,
"to": 2
},
{
"from": 7,
"to": 5
},
{
"from": 7,
"to": 1
},
{
"from": 2,
"to": 6
},
{
"from": 6,
"to": 7
},
{
"from": 5,
"to": 2
},
{
"from": 5,
"to": 8
},
{
"from": 6,
"to": 2
},
{
"from": 6,
"to": 7
}
]
}