LEVEL 019

Fish Flow Level 19 Guide

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

Moves
30
Branches
11
Fish types
9
Mystery fish
14
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 → 5 → 7 → 4Seaweed locked · unlock after completing fish 6
241? → 0? → 5? → 2Seaweed locked · unlock after completing fish 6
342 → 2 → 2 → 0Available
444? → 7? → 5? → 4Available
548 → 0 → 7 → 1Seaweed locked · unlock after completing fish 6
647? → 5? → 0? → 3Available
741 → 6 → 8 → 3Available
846? → 3? → 1? → 3Available
948 → 8? → 6? → 6Available
104EmptyEmpty branch
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 8Branch 10
  2. 02Branch 6Branch 10
  3. 03Branch 3Branch 6
  4. 04Branch 8Branch 11
  5. 05Branch 8Branch 10
  6. 06Branch 7Branch 10
  7. 07Branch 9Branch 8
  8. 08Branch 9Branch 8
  9. 09Branch 7Branch 9
  10. 10Branch 7Branch 8
  11. 11Branch 2Branch 3
  12. 12Branch 5Branch 7
  13. 13Branch 7Branch 11
  14. 14Branch 2Branch 7
  15. 15Branch 6Branch 2
  16. 16Branch 6Branch 7
  17. 17Branch 6Branch 5
  18. 18Branch 2Branch 6
  19. 19Branch 2Branch 11
  20. 20Branch 4Branch 2
  21. 21Branch 4Branch 7
  22. 22Branch 1Branch 2
  23. 23Branch 4Branch 1
  24. 24Branch 2Branch 4
  25. 25Branch 1Branch 2
  26. 26Branch 1Branch 7
  27. 27Branch 1Branch 4
  28. 28Branch 5Branch 2
  29. 29Branch 5Branch 6
  30. 30Branch 5Branch 9

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