LEVEL 043

Fish Flow Level 43 Guide

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

Moves
27
Branches
10
Fish types
8
Mystery fish
0
Seaweed branches
5

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
142 → 5 → 0 → 4Seaweed locked · unlock after completing fish 6
246 → 7 → 2 → 0Seaweed locked · unlock after completing fish 1
344 → 2 → 4 → 3Seaweed locked · unlock after completing fish 7
447 → 7 → 0 → 3Seaweed locked · unlock after completing fish 1
544 → 0 → 6 → 2Seaweed locked · unlock after completing fish 1
64EmptyEmpty branch
741 → 6 → 6 → 3Available
841 → 5 → 1 → 5Available
947 → 5 → 1 → 3Available
104EmptyEmpty branch

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

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