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