LEVEL 031

Fish Flow Level 31 Guide

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

Moves
28
Branches
11
Fish types
8
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
144? → 7? → 1 → 2Available
245? → 7? → 0 → 7Available
346? → 4? → 0 → 6Available
442? → 0? → 2 → 5Available
545? → 4? → 6 → 1Available
645? → 1? → 4 → 7Available
743 → 1 → 0Seaweed locked · unlock after completing fish 7
84EmptyEmpty branch
942 → 3Seaweed locked · unlock after completing fish 0
104EmptyEmpty branch
1146 → 3 → 3Seaweed locked · unlock after completing fish 7

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

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