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