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