LEVEL 271

Fish Flow Level 271 Guide

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

Moves
34
Branches
11
Fish types
9
Mystery fish
15
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 → 3? → 7? → 7Available
241? → 0? → 4 → 0Available
342 → 3 → 1? → 2Available
448? → 0 → 1? → 6Seaweed locked · unlock after completing fish 7
542? → 8 → 5? → 0Available
647 → 8? → 6 → 1Seaweed locked · unlock after completing fish 5
744? → 3 → 3? → 7Seaweed locked · unlock after completing fish 5
84EmptyEmpty branch
946 → 4? → 5 → 2Available
104EmptyEmpty branch
1145? → 5? → 8 → 4Available

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

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