LEVEL 288

Fish Flow Level 288 Guide

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

Moves
34
Branches
12
Fish types
9
Mystery fish
9
Seaweed branches
2

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? → 6 → 4 → 6Available
244 → 2 → 1? → 3Available
340? → 1 → 3? → 5Available
440 → 3? → 8 → 8Available
54EmptyEmpty branch
64EmptyEmpty branch
74EmptyEmpty branch
847? → 0 → 4 → 7Available
944 → 6 → 2? → 1Available
1045? → 2? → 5 → 0Seaweed locked · unlock after completing fish 4
1148 → 2 → 3 → 6Available
1245 → 7 → 8 → 1Seaweed locked · unlock after completing fish 3

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

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