LEVEL 276

Fish Flow Level 276 Guide

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

Moves
35
Branches
12
Fish types
10
Mystery fish
14
Seaweed branches
4

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? → 4? → 6 → 7Available
242? → 7 → 4 → 9Seaweed locked · unlock after completing fish 1
341 → 7 → 5? → 3Available
448? → 1 → 7 → 1Available
542? → 5 → 0? → 1Available
642 → 8 → 3? → 5Available
740? → 8? → 6 → 5Available
84EmptyEmpty branch
949 → 6? → 8 → 2Seaweed locked · unlock after completing fish 1
104EmptyEmpty branch
1146? → 4 → 0? → 0Seaweed locked · unlock after completing fish 1
1243 → 3 → 9? → 9Seaweed locked · unlock after completing fish 4

35-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 3Branch 8
  2. 02Branch 6Branch 3
  3. 03Branch 5Branch 10
  4. 04Branch 4Branch 10
  5. 05Branch 1Branch 4
  6. 06Branch 8Branch 6
  7. 07Branch 3Branch 8
  8. 08Branch 4Branch 3
  9. 09Branch 4Branch 10
  10. 10Branch 7Branch 8
  11. 11Branch 7Branch 1
  12. 12Branch 7Branch 4
  13. 13Branch 7Branch 5
  14. 14Branch 3Branch 7
  15. 15Branch 3Branch 10
  16. 16Branch 5Branch 3
  17. 17Branch 5Branch 8
  18. 18Branch 9Branch 5
  19. 19Branch 9Branch 4
  20. 20Branch 1Branch 9
  21. 21Branch 11Branch 3
  22. 22Branch 11Branch 3
  23. 23Branch 11Branch 1
  24. 24Branch 9Branch 11
  25. 25Branch 2Branch 9
  26. 26Branch 2Branch 1
  27. 27Branch 2Branch 7
  28. 28Branch 2Branch 5
  29. 29Branch 1Branch 2
  30. 30Branch 1Branch 2
  31. 31Branch 12Branch 9
  32. 32Branch 12Branch 9
  33. 33Branch 6Branch 12
  34. 34Branch 6Branch 4
  35. 35Branch 5Branch 6

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