LEVEL 005

Fish Flow Level 5 Guide

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

Moves
19
Branches
8
Fish types
6
Mystery fish
4
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
144 → 4 → 0 → 2Available
24EmptyEmpty branch
34EmptyEmpty branch
441 → 4 → 3 → 1Available
540 → 0 → 5? → 0Available
642 → 5? → 1 → 1Available
743 → 5 → 3? → 4Available
843 → 2? → 2 → 5Available

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