LEVEL 176

Fish Flow Level 176 Guide

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

Moves
33
Branches
11
Fish types
9
Mystery fish
12
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
143 → 5? → 5 → 0Available
246? → 3 → 7 → 1Available
347 → 1? → 4? → 6Seaweed locked · unlock after completing fish 0
441? → 2 → 7 → 0Available
543? → 3? → 4 → 1Seaweed locked · unlock after completing fish 6
64EmptyEmpty branch
742? → 0? → 8 → 2Available
84EmptyEmpty branch
948? → 2 → 6? → 0Available
1047? → 5 → 4 → 4Seaweed locked · unlock after completing fish 0
1148 → 5 → 8 → 6Available

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

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