LEVEL 232

Fish Flow Level 232 Guide

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

Moves
31
Branches
11
Fish types
9
Mystery fish
10
Seaweed branches
3

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? → 3 → 7 → 3Available
246? → 5 → 1 → 3Available
34EmptyEmpty branch
447 → 1? → 7? → 5Available
542? → 4 → 7 → 6Seaweed locked · unlock after completing fish 0
641 → 2? → 1 → 8Seaweed locked · unlock after completing fish 0
742? → 4 → 6? → 0Available
846? → 4 → 0 → 8Seaweed locked · unlock after completing fish 3
944? → 8 → 5 → 5Available
1042 → 8 → 0 → 3Available
114EmptyEmpty branch

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