LEVEL 027

Fish Flow Level 27 Guide

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

Moves
17
Branches
9
Fish types
6
Mystery fish
8
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
145 → 3Available
242 → 2 → 5Available
341 → 3 → 3Available
441 → 1Available
544 → 1Available
644? → 0? → 2Seaweed locked · unlock after completing fish 1
740? → 2? → 5Seaweed locked · unlock after completing fish 1
840? → 4? → 0Seaweed locked · unlock after completing fish 2
944? → 3? → 5Seaweed locked · unlock after completing fish 2

17-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 3
  2. 02Branch 1Branch 2
  3. 03Branch 4Branch 5
  4. 04Branch 3Branch 1
  5. 05Branch 5Branch 3
  6. 06Branch 7Branch 4
  7. 07Branch 6Branch 7
  8. 08Branch 2Branch 4
  9. 09Branch 7Branch 2
  10. 10Branch 9Branch 4
  11. 11Branch 9Branch 1
  12. 12Branch 6Branch 7
  13. 13Branch 8Branch 7
  14. 14Branch 8Branch 5
  15. 15Branch 7Branch 8
  16. 16Branch 5Branch 6
  17. 17Branch 6Branch 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": 27,
  "boardFingerprint": "ff1-93cc0936",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 1,
      "to": 3
    },
    {
      "from": 1,
      "to": 2
    },
    {
      "from": 4,
      "to": 5
    },
    {
      "from": 3,
      "to": 1
    },
    {
      "from": 5,
      "to": 3
    },
    {
      "from": 7,
      "to": 4
    },
    {
      "from": 6,
      "to": 7
    },
    {
      "from": 2,
      "to": 4
    },
    {
      "from": 7,
      "to": 2
    },
    {
      "from": 9,
      "to": 4
    },
    {
      "from": 9,
      "to": 1
    },
    {
      "from": 6,
      "to": 7
    },
    {
      "from": 8,
      "to": 7
    },
    {
      "from": 8,
      "to": 5
    },
    {
      "from": 7,
      "to": 8
    },
    {
      "from": 5,
      "to": 6
    },
    {
      "from": 6,
      "to": 9
    }
  ]
}