LEVEL 022

Fish Flow Level 22 Guide

Official initial board and replay-verified 24-move strict JSON solution for Fish Flow Level 22, featuring 4 seaweed-locked branches. Branch numbering starts at 1.

Moves
24
Branches
10
Fish types
8
Mystery fish
0
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 → 3 → 2Seaweed locked · unlock after completing fish 5
241 → 0 → 2Available
340 → 5 → 5Available
447 → 6 → 6Seaweed locked · unlock after completing fish 5
546 → 0 → 2 → 7Seaweed locked · unlock after completing fish 5
644 → 3 → 1 → 0Available
744 → 7 → 5 → 5Available
841 → 3 → 3 → 4Seaweed locked · unlock after completing fish 5
944 → 2 → 7 → 6Available
104EmptyEmpty branch

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