LEVEL 222

Fish Flow Level 222 Guide

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

Moves
29
Branches
11
Fish types
8
Mystery fish
9
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
140? → 2 → 6 → 3Available
245 → 3? → 5 → 5Seaweed locked · unlock after completing fish 4
34EmptyEmpty branch
446 → 6 → 7? → 1Available
547 → 3 → 1 → 7Seaweed locked · unlock after completing fish 6
64EmptyEmpty branch
744? → 0? → 3 → 1Available
84EmptyEmpty branch
942 → 5? → 0? → 2Seaweed locked · unlock after completing fish 3
1041 → 7 → 6? → 4Available
1142 → 0 → 4? → 4Available

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