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