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