LEVEL 009

Fish Flow Level 9 Guide

Official initial board and replay-verified 29-move strict JSON solution for Fish Flow Level 9, featuring 8 mystery fish. Branch numbering starts at 1.

Moves
29
Branches
10
Fish types
8
Mystery fish
8
Seaweed branches
0

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
147 → 7? → 5 → 1Available
245 → 3? → 6 → 1Available
346 → 0? → 0 → 4Available
447 → 2? → 5 → 4Available
544 → 2? → 0 → 2Available
640 → 1? → 4 → 2Available
747 → 3? → 3 → 6Available
843 → 5? → 1 → 6Available
94EmptyEmpty branch
104EmptyEmpty branch

29-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 1Branch 9
  2. 02Branch 1Branch 10
  3. 03Branch 2Branch 9
  4. 04Branch 8Branch 2
  5. 05Branch 8Branch 9
  6. 06Branch 10Branch 8
  7. 07Branch 2Branch 10
  8. 08Branch 7Branch 10
  9. 09Branch 2Branch 7
  10. 10Branch 8Branch 2
  11. 11Branch 7Branch 8
  12. 12Branch 7Branch 8
  13. 13Branch 1Branch 7
  14. 14Branch 3Branch 1
  15. 15Branch 4Branch 1
  16. 16Branch 4Branch 2
  17. 17Branch 5Branch 4
  18. 18Branch 5Branch 3
  19. 19Branch 4Branch 5
  20. 20Branch 4Branch 7
  21. 21Branch 3Branch 4
  22. 22Branch 3Branch 4
  23. 23Branch 3Branch 10
  24. 24Branch 5Branch 3
  25. 25Branch 6Branch 3
  26. 26Branch 6Branch 1
  27. 27Branch 1Branch 5
  28. 28Branch 6Branch 9
  29. 29Branch 4Branch 6

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