LEVEL 273

Fish Flow Level 273 Guide

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

Moves
37
Branches
12
Fish types
10
Mystery fish
12
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
144 → 0? → 3 → 7Available
245? → 2 → 3 → 1Available
349? → 2 → 8 → 8Available
44EmptyEmpty branch
544 → 0 → 1 → 6Available
644 → 6 → 9? → 7Seaweed locked · unlock after completing fish 8
748 → 6 → 2? → 3Available
845? → 1 → 0? → 5Available
949? → 3 → 5 → 0Seaweed locked · unlock after completing fish 2
104EmptyEmpty branch
1142 → 7? → 8? → 7Available
1246 → 1? → 4? → 9Seaweed locked · unlock after completing fish 8

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

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