LEVEL 033

Fish Flow Level 33 Guide

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

Moves
30
Branches
11
Fish types
8
Mystery fish
24
Seaweed branches
2

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? → 5? → 2? → 3Available
244? → 1? → 4? → 5Available
347? → 1? → 2? → 2Available
447? → 3? → 5? → 4Available
540? → 0? → 6? → 7Available
644? → 2? → 0? → 0Available
746? → 6? → 5? → 3Seaweed locked · unlock after completing fish 7
84EmptyEmpty branch
94EmptyEmpty branch
104EmptyEmpty branch
1147? → 6? → 1? → 3Seaweed locked · unlock after completing fish 0

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

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