LEVEL 007

Fish Flow Level 7 Guide

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

Moves
17
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
141 → 5 → 3Available
240 → 5 → 5Available
341 → 2 → 1Available
442 → 4 → 2Available
544 → 4? → 3Available
641 → 5? → 4Available
740 → 3? → 3Available
840 → 0? → 2Available

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