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