LEVEL 044

Fish Flow Level 44 Guide

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

Moves
18
Branches
8
Fish types
6
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 → 3Available
245 → 2 → 0Available
343 → 0 → 3Available
440 → 0 → 2Available
545 → 4 → 1Seaweed locked · unlock after completing fish 0
641 → 4 → 1Seaweed locked · unlock after completing fish 2
741 → 2 → 4Seaweed locked · unlock after completing fish 0
845 → 5 → 2Seaweed locked · unlock after completing fish 3

18-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 1
  2. 02Branch 2Branch 3
  3. 03Branch 4Branch 2
  4. 04Branch 3Branch 4
  5. 05Branch 1Branch 3
  6. 06Branch 1Branch 7
  7. 07Branch 8Branch 2
  8. 08Branch 2Branch 1
  9. 09Branch 2Branch 8
  10. 10Branch 5Branch 2
  11. 11Branch 7Branch 5
  12. 12Branch 7Branch 1
  13. 13Branch 2Branch 6
  14. 14Branch 6Branch 7
  15. 15Branch 5Branch 2
  16. 16Branch 5Branch 8
  17. 17Branch 6Branch 2
  18. 18Branch 6Branch 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": 44,
  "boardFingerprint": "ff1-39307d59",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 3,
      "to": 1
    },
    {
      "from": 2,
      "to": 3
    },
    {
      "from": 4,
      "to": 2
    },
    {
      "from": 3,
      "to": 4
    },
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 1,
      "to": 7
    },
    {
      "from": 8,
      "to": 2
    },
    {
      "from": 2,
      "to": 1
    },
    {
      "from": 2,
      "to": 8
    },
    {
      "from": 5,
      "to": 2
    },
    {
      "from": 7,
      "to": 5
    },
    {
      "from": 7,
      "to": 1
    },
    {
      "from": 2,
      "to": 6
    },
    {
      "from": 6,
      "to": 7
    },
    {
      "from": 5,
      "to": 2
    },
    {
      "from": 5,
      "to": 8
    },
    {
      "from": 6,
      "to": 2
    },
    {
      "from": 6,
      "to": 7
    }
  ]
}