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