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