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