LEVEL 191

Fish Flow Level 191 Guide

Official initial board and replay-verified 28-move strict JSON solution for Fish Flow Level 191, featuring 9 mystery fish and 2 seaweed-locked branches. Branch numbering starts at 1.

Moves
28
Branches
12
Fish types
9
Mystery fish
9
Seaweed branches
2

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
145 → 5 → 1 → 0Available
248? → 8 → 3? → 7Available
344? → 0 → 0 → 2Available
446 → 6 → 2 → 7Available
544 → 8? → 1 → 4Available
64EmptyEmpty branch
743? → 1 → 7? → 5Seaweed locked · unlock after completing fish 4
84EmptyEmpty branch
940 → 3 → 2 → 5Available
104EmptyEmpty branch
1148? → 2? → 7 → 3Available
1244 → 1 → 6? → 6Seaweed locked · unlock after completing fish 2

28-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 2Branch 6
  2. 02Branch 4Branch 6
  3. 03Branch 3Branch 4
  4. 04Branch 1Branch 3
  5. 05Branch 3Branch 8
  6. 06Branch 5Branch 3
  7. 07Branch 5Branch 1
  8. 08Branch 11Branch 2
  9. 09Branch 11Branch 6
  10. 10Branch 4Branch 11
  11. 11Branch 11Branch 10
  12. 12Branch 5Branch 11
  13. 13Branch 3Branch 5
  14. 14Branch 1Branch 3
  15. 15Branch 9Branch 1
  16. 16Branch 9Branch 10
  17. 17Branch 2Branch 9
  18. 18Branch 2Branch 11
  19. 19Branch 2Branch 11
  20. 20Branch 12Branch 4
  21. 21Branch 12Branch 4
  22. 22Branch 12Branch 3
  23. 23Branch 5Branch 12
  24. 24Branch 7Branch 1
  25. 25Branch 7Branch 6
  26. 26Branch 7Branch 3
  27. 27Branch 9Branch 7
  28. 28Branch 8Branch 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": 191,
  "boardFingerprint": "ff1-8b9f5ad5",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 2,
      "to": 6
    },
    {
      "from": 4,
      "to": 6
    },
    {
      "from": 3,
      "to": 4
    },
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 3,
      "to": 8
    },
    {
      "from": 5,
      "to": 3
    },
    {
      "from": 5,
      "to": 1
    },
    {
      "from": 11,
      "to": 2
    },
    {
      "from": 11,
      "to": 6
    },
    {
      "from": 4,
      "to": 11
    },
    {
      "from": 11,
      "to": 10
    },
    {
      "from": 5,
      "to": 11
    },
    {
      "from": 3,
      "to": 5
    },
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 9,
      "to": 1
    },
    {
      "from": 9,
      "to": 10
    },
    {
      "from": 2,
      "to": 9
    },
    {
      "from": 2,
      "to": 11
    },
    {
      "from": 2,
      "to": 11
    },
    {
      "from": 12,
      "to": 4
    },
    {
      "from": 12,
      "to": 4
    },
    {
      "from": 12,
      "to": 3
    },
    {
      "from": 5,
      "to": 12
    },
    {
      "from": 7,
      "to": 1
    },
    {
      "from": 7,
      "to": 6
    },
    {
      "from": 7,
      "to": 3
    },
    {
      "from": 9,
      "to": 7
    },
    {
      "from": 8,
      "to": 9
    }
  ]
}