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