LEVEL 133

Fish Flow Level 133 Guide

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

Moves
28
Branches
11
Fish types
8
Mystery fish
7
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
146 → 7 → 2? → 7Available
241? → 2 → 0? → 1Seaweed locked · unlock after completing fish 3
340? → 4 → 4 → 1Available
446 → 2? → 4 → 5Available
543 → 3 → 5 → 1Available
647 → 3 → 6? → 3Available
74EmptyEmpty branch
842 → 6 → 0 → 7Seaweed locked · unlock after completing fish 1
944 → 5? → 5 → 0Seaweed locked · unlock after completing fish 6
104EmptyEmpty branch
114EmptyEmpty branch

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