LEVEL 070

Fish Flow Level 70 Guide

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

Moves
27
Branches
11
Fish types
8
Mystery fish
8
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
147 → 7? → 0 → 1Available
24EmptyEmpty branch
342 → 3? → 1 → 2Available
447? → 5 → 2 → 5Available
54EmptyEmpty branch
642 → 6 → 6? → 5Seaweed locked · unlock after completing fish 1
74EmptyEmpty branch
840? → 3 → 0 → 4Seaweed locked · unlock after completing fish 1
946 → 4 → 6? → 4Seaweed locked · unlock after completing fish 5
1040? → 5 → 7? → 3Available
1144 → 3 → 1 → 1Available

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

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