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