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