LEVEL 081

Fish Flow Level 81 Guide

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

Moves
29
Branches
11
Fish types
8
Mystery fish
10
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? → 4? → 0 → 2Available
24EmptyEmpty branch
346? → 5 → 0? → 5Available
44EmptyEmpty branch
547? → 2 → 1? → 6Seaweed locked · unlock after completing fish 5
647 → 5? → 1? → 7Available
743? → 7 → 3 → 4Seaweed locked · unlock after completing fish 1
845 → 0 → 2 → 1Available
943 → 4 → 4 → 3Seaweed locked · unlock after completing fish 6
1040 → 6? → 2 → 6Seaweed locked · unlock after completing fish 1
114EmptyEmpty branch

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