LEVEL 035

Fish Flow Level 35 Guide

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

Moves
29
Branches
12
Fish types
10
Mystery fish
4
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
140 → 6? → 4 → 9Available
244 → 4 → 7? → 9Available
342 → 7 → 5 → 2Seaweed locked · unlock after completing fish 9
447 → 7 → 6 → 2Seaweed locked · unlock after completing fish 9
546 → 3 → 6 → 0Available
643Available
740 → 0 → 4? → 9Available
848 → 1 → 2Available
941? → 8 → 5 → 1Seaweed locked · unlock after completing fish 9
1043 → 1Seaweed locked · unlock after completing fish 4
1145 → 5 → 9Available
1248 → 8 → 3Available

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