LEVEL 008

Fish Flow Level 8 Guide

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

Moves
18
Branches
9
Fish types
6
Mystery fish
5
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
145 → 2? → 2 → 0Available
242 → 1? → 2Available
343 → 1? → 0Available
444 → 4? → 3Available
545 → 0? → 3 → 4Available
641 → 1 → 5Available
74EmptyEmpty branch
84EmptyEmpty branch
945 → 4 → 3 → 0Available

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