LEVEL 046

Fish Flow Level 46 Guide

Official initial board and replay-verified 21-move strict JSON solution for Fish Flow Level 46, featuring 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
21
Branches
9
Fish types
7
Mystery fish
0
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.

Open board JSON
BranchCapacityFish (bottom → top)Status
144 → 3 → 6Available
243 → 5 → 6Available
34EmptyEmpty branch
446 → 5 → 3Available
541 → 0 → 3Available
644 → 2 → 4 → 5Seaweed locked · unlock after completing fish 3
740 → 2 → 1 → 1Seaweed locked · unlock after completing fish 5
845 → 0 → 0 → 4Seaweed locked · unlock after completing fish 3
941 → 6 → 2 → 2Seaweed locked · unlock after completing fish 5

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

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