LEVEL 275

Fish Flow Level 275 Guide

Official initial board and replay-verified 33-move strict JSON solution for Fish Flow Level 275, featuring 11 mystery fish and 5 seaweed-locked branches. Branch numbering starts at 1.

Moves
33
Branches
12
Fish types
10
Mystery fish
11
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 → 3 → 7? → 7Available
249? → 1 → 0? → 5Seaweed locked · unlock after completing fish 7
340 → 5? → 3 → 4Available
444 → 2 → 7 → 3Available
544 → 6? → 1? → 0Seaweed locked · unlock after completing fish 8
646? → 2 → 4 → 2Available
741 → 8 → 8? → 6Available
84EmptyEmpty branch
949 → 6 → 9? → 1Seaweed locked · unlock after completing fish 2
1045? → 9 → 8 → 0Seaweed locked · unlock after completing fish 2
1145 → 7? → 8 → 3Seaweed locked · unlock after completing fish 2
124EmptyEmpty branch

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