LEVEL 010

Fish Flow Level 10 Guide

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

Moves
23
Branches
9
Fish types
7
Mystery fish
9
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
140 → 4 → 4 → 3Available
241 → 2 → 0 → 3Available
342 → 5 → 5 → 3Available
441 → 5 → 6 → 3Available
54EmptyEmpty branch
644? → 1? → 4? → 6Available
742? → 0? → 1? → 0Available
846? → 2? → 6? → 5Available
94EmptyEmpty branch

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

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