LEVEL 196

Fish Flow Level 196 Guide

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

Moves
30
Branches
10
Fish types
8
Mystery fish
12
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
140? → 6? → 2 → 6Available
247 → 4 → 5? → 3Available
346 → 7? → 4? → 4Seaweed locked · unlock after completing fish 3
441? → 3 → 5? → 2Available
541? → 4 → 0 → 3Seaweed locked · unlock after completing fish 5
642 → 6? → 0 → 7Available
74EmptyEmpty branch
843 → 2? → 7? → 5Available
940 → 1 → 5? → 1Available
104EmptyEmpty 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 9Branch 7
  2. 02Branch 8Branch 9
  3. 03Branch 6Branch 8
  4. 04Branch 9Branch 10
  5. 05Branch 7Branch 9
  6. 06Branch 4Branch 7
  7. 07Branch 4Branch 10
  8. 08Branch 2Branch 4
  9. 09Branch 2Branch 10
  10. 10Branch 5Branch 4
  11. 11Branch 6Branch 5
  12. 12Branch 1Branch 6
  13. 13Branch 1Branch 7
  14. 14Branch 1Branch 6
  15. 15Branch 5Branch 1
  16. 16Branch 5Branch 2
  17. 17Branch 5Branch 9
  18. 18Branch 4Branch 5
  19. 19Branch 9Branch 4
  20. 20Branch 1Branch 9
  21. 21Branch 8Branch 1
  22. 22Branch 8Branch 7
  23. 23Branch 5Branch 8
  24. 24Branch 3Branch 2
  25. 25Branch 3Branch 5
  26. 26Branch 2Branch 5
  27. 27Branch 1Branch 2
  28. 28Branch 3Branch 2
  29. 29Branch 6Branch 3
  30. 30Branch 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": 196,
  "boardFingerprint": "ff1-117f612b",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 9,
      "to": 7
    },
    {
      "from": 8,
      "to": 9
    },
    {
      "from": 6,
      "to": 8
    },
    {
      "from": 9,
      "to": 10
    },
    {
      "from": 7,
      "to": 9
    },
    {
      "from": 4,
      "to": 7
    },
    {
      "from": 4,
      "to": 10
    },
    {
      "from": 2,
      "to": 4
    },
    {
      "from": 2,
      "to": 10
    },
    {
      "from": 5,
      "to": 4
    },
    {
      "from": 6,
      "to": 5
    },
    {
      "from": 1,
      "to": 6
    },
    {
      "from": 1,
      "to": 7
    },
    {
      "from": 1,
      "to": 6
    },
    {
      "from": 5,
      "to": 1
    },
    {
      "from": 5,
      "to": 2
    },
    {
      "from": 5,
      "to": 9
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 9,
      "to": 4
    },
    {
      "from": 1,
      "to": 9
    },
    {
      "from": 8,
      "to": 1
    },
    {
      "from": 8,
      "to": 7
    },
    {
      "from": 5,
      "to": 8
    },
    {
      "from": 3,
      "to": 2
    },
    {
      "from": 3,
      "to": 5
    },
    {
      "from": 2,
      "to": 5
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 3,
      "to": 2
    },
    {
      "from": 6,
      "to": 3
    },
    {
      "from": 6,
      "to": 7
    }
  ]
}