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