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