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