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