LEVEL 036

Fish Flow Level 36 Guide

Official initial board and replay-verified 30-move strict JSON solution for Fish Flow Level 36, featuring 24 mystery fish. Branch numbering starts at 1.

Moves
30
Branches
10
Fish types
8
Mystery fish
24
Seaweed branches
0

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
145? → 2? → 3? → 1Available
247? → 2? → 4? → 0Available
343? → 0? → 1? → 3Available
446? → 1? → 6? → 3Available
547? → 5? → 7? → 5Available
641? → 2? → 6? → 2Available
74EmptyEmpty branch
84EmptyEmpty branch
940? → 5? → 4? → 4Available
1047? → 6? → 4? → 0Available

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

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