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