LEVEL 089

Fish Flow Level 89 Guide

Official initial board and replay-verified 30-move strict JSON solution for Fish Flow Level 89, featuring 16 mystery fish and 3 seaweed-locked branches. Branch numbering starts at 1.

Moves
30
Branches
11
Fish types
9
Mystery fish
16
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.

Open board JSON
BranchCapacityFish (bottom → top)Status
144 → 2? → 3? → 3Available
24EmptyEmpty branch
346? → 7 → 8? → 3Available
447 → 6 → 4? → 7Seaweed locked · unlock after completing fish 8
542 → 0? → 8? → 1Available
640? → 5 → 1? → 1Available
745? → 4? → 8 → 2Seaweed locked · unlock after completing fish 0
844? → 5? → 0 → 3Available
940? → 6? → 1 → 6Seaweed locked · unlock after completing fish 3
1042 → 7? → 5 → 8Available
114EmptyEmpty branch

30-move solution

Every move uses the fully settled board after automatic movement, reveals, completed groups, and seaweed unlocks from the previous step.

Open answer JSON
  1. 01Branch 3Branch 2
  2. 02Branch 1Branch 2
  3. 03Branch 1Branch 2
  4. 04Branch 8Branch 2
  5. 05Branch 5Branch 11
  6. 06Branch 5Branch 3
  7. 07Branch 8Branch 5
  8. 08Branch 6Branch 11
  9. 09Branch 6Branch 11
  10. 10Branch 6Branch 8
  11. 11Branch 5Branch 6
  12. 12Branch 5Branch 1
  13. 13Branch 3Branch 5
  14. 14Branch 10Branch 5
  15. 15Branch 10Branch 8
  16. 16Branch 3Branch 10
  17. 17Branch 9Branch 3
  18. 18Branch 9Branch 11
  19. 19Branch 9Branch 3
  20. 20Branch 6Branch 9
  21. 21Branch 7Branch 1
  22. 22Branch 7Branch 5
  23. 23Branch 4Branch 10
  24. 24Branch 7Branch 4
  25. 25Branch 8Branch 7
  26. 26Branch 4Branch 8
  27. 27Branch 4Branch 3
  28. 28Branch 10Branch 4
  29. 29Branch 1Branch 10
  30. 30Branch 1Branch 8

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": 89,
  "boardFingerprint": "ff1-e87a3a19",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 3,
      "to": 2
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 8,
      "to": 2
    },
    {
      "from": 5,
      "to": 11
    },
    {
      "from": 5,
      "to": 3
    },
    {
      "from": 8,
      "to": 5
    },
    {
      "from": 6,
      "to": 11
    },
    {
      "from": 6,
      "to": 11
    },
    {
      "from": 6,
      "to": 8
    },
    {
      "from": 5,
      "to": 6
    },
    {
      "from": 5,
      "to": 1
    },
    {
      "from": 3,
      "to": 5
    },
    {
      "from": 10,
      "to": 5
    },
    {
      "from": 10,
      "to": 8
    },
    {
      "from": 3,
      "to": 10
    },
    {
      "from": 9,
      "to": 3
    },
    {
      "from": 9,
      "to": 11
    },
    {
      "from": 9,
      "to": 3
    },
    {
      "from": 6,
      "to": 9
    },
    {
      "from": 7,
      "to": 1
    },
    {
      "from": 7,
      "to": 5
    },
    {
      "from": 4,
      "to": 10
    },
    {
      "from": 7,
      "to": 4
    },
    {
      "from": 8,
      "to": 7
    },
    {
      "from": 4,
      "to": 8
    },
    {
      "from": 4,
      "to": 3
    },
    {
      "from": 10,
      "to": 4
    },
    {
      "from": 1,
      "to": 10
    },
    {
      "from": 1,
      "to": 8
    }
  ]
}