LEVEL 214

Fish Flow Level 214 Guide

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

Moves
34
Branches
11
Fish types
9
Mystery fish
16
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
146 → 3? → 5? → 7Seaweed locked · unlock after completing fish 4
241? → 6 → 8? → 7Seaweed locked · unlock after completing fish 5
342? → 1? → 6 → 8Seaweed locked · unlock after completing fish 3
44EmptyEmpty branch
548? → 1? → 2 → 4Available
640? → 3 → 4? → 4Available
745 → 7? → 0 → 3Available
848 → 6? → 5 → 1Seaweed locked · unlock after completing fish 0
940? → 2? → 2 → 5Available
1047? → 0? → 4 → 3Available
114EmptyEmpty branch

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

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