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