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