LEVEL 024

Fish Flow Level 24 Guide

Official initial board and replay-verified 26-move strict JSON solution for Fish Flow Level 24, featuring 3 seaweed-locked branches. Branch numbering starts at 1.

Moves
26
Branches
10
Fish types
8
Mystery fish
0
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 → 2 → 1Available
244 → 4 → 3Available
342 → 6 → 2Available
445 → 6 → 2Available
540 → 4 → 5Available
645 → 7 → 0 → 3Available
744 → 3 → 7Seaweed locked · unlock after completing fish 6
845 → 7 → 1Seaweed locked · unlock after completing fish 4
941 → 0 → 7Seaweed locked · unlock after completing fish 2
1043 → 6 → 1 → 0Available

26-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 4
  2. 02Branch 6Branch 2
  3. 03Branch 10Branch 6
  4. 04Branch 1Branch 10
  5. 05Branch 4Branch 1
  6. 06Branch 3Branch 4
  7. 07Branch 1Branch 3
  8. 08Branch 4Branch 1
  9. 09Branch 4Branch 5
  10. 10Branch 6Branch 4
  11. 11Branch 9Branch 6
  12. 12Branch 9Branch 4
  13. 13Branch 10Branch 9
  14. 14Branch 10Branch 1
  15. 15Branch 2Branch 10
  16. 16Branch 7Branch 6
  17. 17Branch 7Branch 10
  18. 18Branch 2Branch 7
  19. 19Branch 5Branch 2
  20. 20Branch 5Branch 7
  21. 21Branch 4Branch 5
  22. 22Branch 8Branch 9
  23. 23Branch 6Branch 4
  24. 24Branch 8Branch 4
  25. 25Branch 2Branch 6
  26. 26Branch 6Branch 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": 24,
  "boardFingerprint": "ff1-ce405901",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 3,
      "to": 4
    },
    {
      "from": 6,
      "to": 2
    },
    {
      "from": 10,
      "to": 6
    },
    {
      "from": 1,
      "to": 10
    },
    {
      "from": 4,
      "to": 1
    },
    {
      "from": 3,
      "to": 4
    },
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 4,
      "to": 1
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 6,
      "to": 4
    },
    {
      "from": 9,
      "to": 6
    },
    {
      "from": 9,
      "to": 4
    },
    {
      "from": 10,
      "to": 9
    },
    {
      "from": 10,
      "to": 1
    },
    {
      "from": 2,
      "to": 10
    },
    {
      "from": 7,
      "to": 6
    },
    {
      "from": 7,
      "to": 10
    },
    {
      "from": 2,
      "to": 7
    },
    {
      "from": 5,
      "to": 2
    },
    {
      "from": 5,
      "to": 7
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 8,
      "to": 9
    },
    {
      "from": 6,
      "to": 4
    },
    {
      "from": 8,
      "to": 4
    },
    {
      "from": 2,
      "to": 6
    },
    {
      "from": 6,
      "to": 8
    }
  ]
}