LEVEL 240

Fish Flow Level 240 Guide

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

Moves
34
Branches
11
Fish types
9
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
142? → 1 → 3? → 3Seaweed locked · unlock after completing fish 6
24EmptyEmpty branch
345 → 5 → 4 → 2Available
445 → 7? → 7? → 1Available
547 → 8 → 8? → 0Available
645 → 6? → 8 → 6Seaweed locked · unlock after completing fish 7
742 → 0 → 6 → 8Available
844? → 0? → 3 → 4Available
94EmptyEmpty branch
1046? → 2 → 4? → 3Seaweed locked · unlock after completing fish 8
1147? → 1? → 1 → 0Available

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

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