LEVEL 314

Fish Flow Level 314 Guide

Official initial board and replay-verified 28-move strict JSON solution for Fish Flow Level 314, featuring 7 mystery fish and 2 seaweed-locked branches. Branch numbering starts at 1.

Moves
28
Branches
10
Fish types
8
Mystery fish
7
Seaweed branches
2

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
146 → 1 → 4 → 2Available
244? → 3 → 0 → 4Available
342? → 5 → 1 → 2Available
441 → 0? → 0? → 5Available
543 → 7? → 4 → 0Seaweed locked · unlock after completing fish 1
642 → 5 → 7? → 6Available
746 → 7 → 5? → 6Seaweed locked · unlock after completing fish 4
84EmptyEmpty branch
94EmptyEmpty branch
1043 → 7 → 3 → 1Available

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