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