LEVEL 004

Fish Flow Level 4 Guide

Official initial board and replay-verified 13-move strict JSON solution for Fish Flow Level 4. Branch numbering starts at 1.

Moves
13
Branches
7
Fish types
5
Mystery fish
0
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
141 → 0 → 0 → 3Available
241 → 3 → 1 → 1Available
343 → 0 → 3 → 4Available
442 → 0 → 4 → 4Available
544 → 2 → 2 → 2Available
64EmptyEmpty branch
74EmptyEmpty branch

13-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 6
  2. 02Branch 3Branch 5
  3. 03Branch 4Branch 5
  4. 04Branch 1Branch 3
  5. 05Branch 1Branch 4
  6. 06Branch 2Branch 1
  7. 07Branch 3Branch 2
  8. 08Branch 2Branch 7
  9. 09Branch 1Branch 2
  10. 10Branch 3Branch 1
  11. 11Branch 3Branch 7
  12. 12Branch 4Branch 1
  13. 13Branch 4Branch 6

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