LEVEL 013

Fish Flow Level 13 Guide

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

Moves
15
Branches
8
Fish types
6
Mystery fish
0
Seaweed branches
2

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
141 → 5 → 3 → 3Available
243 → 3 → 4 → 4Available
344 → 4 → 5 → 2Available
442 → 0 → 1 → 1Available
545 → 0 → 0 → 2Seaweed locked · unlock after completing fish 3
64EmptyEmpty branch
74EmptyEmpty branch
841 → 2 → 5 → 0Seaweed locked · unlock after completing fish 3

15-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 6
  2. 02Branch 1Branch 2
  3. 03Branch 1Branch 7
  4. 04Branch 4Branch 1
  5. 05Branch 8Branch 4
  6. 06Branch 8Branch 7
  7. 07Branch 3Branch 8
  8. 08Branch 3Branch 7
  9. 09Branch 3Branch 6
  10. 10Branch 5Branch 8
  11. 11Branch 4Branch 3
  12. 12Branch 5Branch 3
  13. 13Branch 5Branch 7
  14. 14Branch 8Branch 4
  15. 15Branch 1Branch 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": 13,
  "boardFingerprint": "ff1-193fe79d",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 2,
      "to": 6
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 1,
      "to": 7
    },
    {
      "from": 4,
      "to": 1
    },
    {
      "from": 8,
      "to": 4
    },
    {
      "from": 8,
      "to": 7
    },
    {
      "from": 3,
      "to": 8
    },
    {
      "from": 3,
      "to": 7
    },
    {
      "from": 3,
      "to": 6
    },
    {
      "from": 5,
      "to": 8
    },
    {
      "from": 4,
      "to": 3
    },
    {
      "from": 5,
      "to": 3
    },
    {
      "from": 5,
      "to": 7
    },
    {
      "from": 8,
      "to": 4
    },
    {
      "from": 1,
      "to": 8
    }
  ]
}