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