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