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