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