LEVEL 016

Fish Flow Level 16 Guide

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

Moves
21
Branches
10
Fish types
6
Mystery fish
8
Seaweed branches
4

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? → 4Available
244? → 0? → 4Available
34EmptyEmpty branch
444? → 3? → 2Available
543? → 0? → 1Available
643 → 3 → 5Seaweed locked · unlock after completing fish 4
740 → 1 → 5Seaweed locked · unlock after completing fish 4
84EmptyEmpty branch
945 → 5 → 2Seaweed locked · unlock after completing fish 1
1041 → 2 → 0Seaweed locked · unlock after completing fish 4

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

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