LEVEL 029

Fish Flow Level 29 Guide

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

Moves
29
Branches
12
Fish types
10
Mystery fish
14
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? → 4 → 2Available
245? → 7 → 8Available
348? → 1 → 0Seaweed locked · unlock after completing fish 9
444? → 8 → 1Seaweed locked · unlock after completing fish 2
543? → 0 → 4Available
649? → 3 → 4Available
741? → 2? → 7 → 2Available
842? → 9 → 5 → 5Available
947? → 9 → 0Seaweed locked · unlock after completing fish 3
1045? → 6 → 6Seaweed locked · unlock after completing fish 1
1146? → 9 → 8 → 3Available
1241? → 0? → 3 → 7Available

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