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