LEVEL 249

Fish Flow Level 249 Guide

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

Moves
34
Branches
12
Fish types
10
Mystery fish
16
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
149? → 0 → 0 → 1Available
243 → 6? → 2? → 4Available
340 → 5? → 1? → 0Available
444 → 3? → 1 → 7Available
544 → 6? → 9? → 9Seaweed locked · unlock after completing fish 2
641 → 5 → 2? → 9Available
74EmptyEmpty branch
847? → 4 → 8 → 6Seaweed locked · unlock after completing fish 9
948? → 3? → 7 → 3Available
104EmptyEmpty branch
1148 → 7? → 6? → 8Seaweed locked · unlock after completing fish 4
1242 → 2? → 5? → 5Available

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

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