LEVEL 011

Fish Flow Level 11 Guide

Official initial board and replay-verified 24-move strict JSON solution for Fish Flow Level 11, featuring 12 mystery fish. Branch numbering starts at 1.

Moves
24
Branches
10
Fish types
8
Mystery fish
12
Seaweed branches
0

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 → 0 → 6? → 3Available
243? → 7? → 7 → 7Available
34EmptyEmpty branch
445? → 6? → 3 → 3Available
542 → 2 → 1? → 4Available
640 → 4 → 1? → 5Available
740? → 4? → 4 → 2Available
84EmptyEmpty branch
947? → 1? → 5 → 0Available
1046 → 6 → 1? → 5Available

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

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