LEVEL 014

Fish Flow Level 14 Guide

Official initial board and replay-verified 25-move strict JSON solution for Fish Flow Level 14, featuring 6 mystery fish and 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
25
Branches
10
Fish types
7
Mystery fish
6
Seaweed branches
4

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 → 5Seaweed locked · unlock after completing fish 0
24EmptyEmpty branch
34EmptyEmpty branch
443 → 2 → 3 → 2Available
540 → 0 → 4Seaweed locked · unlock after completing fish 3
640 → 1 → 2Seaweed locked · unlock after completing fish 3
746 → 4? → 2? → 3Available
845 → 4? → 6? → 1Available
943 → 6? → 1? → 6Available
1045 → 4 → 0Seaweed locked · unlock after completing fish 3

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

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