LEVEL 034

Fish Flow Level 34 Guide

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

Moves
36
Branches
12
Fish types
10
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
141? → 9? → 4Available
249? → 9? → 2Available
348? → 3? → 8Available
446? → 4? → 1Available
540? → 6? → 7Available
644? → 2? → 1Available
740 → 6 → 6Available
842 → 3? → 0 → 3Seaweed locked · unlock after completing fish 7
947 → 0? → 5 → 9Seaweed locked · unlock after completing fish 4
1048 → 7? → 1 → 3Seaweed locked · unlock after completing fish 5
1145 → 5? → 7 → 8Seaweed locked · unlock after completing fish 4
1245 → 2 → 4Available

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