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