LEVEL 015

Fish Flow Level 15 Guide

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

Moves
24
Branches
9
Fish types
7
Mystery fish
2
Seaweed branches
1

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 → 3 → 2 → 5Available
243 → 1 → 0 → 6Available
342 → 0 → 6 → 5Available
446 → 3 → 5 → 0Available
546 → 2 → 1 → 1Available
643 → 4? → 4 → 1Available
744 → 0? → 5 → 4Seaweed locked · unlock after completing fish 2
84EmptyEmpty branch
94EmptyEmpty branch

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

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