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