LEVEL 097

Fish Flow Level 97 Guide

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

Moves
35
Branches
11
Fish types
9
Mystery fish
15
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
148 → 1? → 6 → 6Seaweed locked · unlock after completing fish 2
240 → 3? → 2? → 7Available
348? → 1 → 7? → 5Available
44EmptyEmpty branch
541? → 5? → 0 → 3Available
640? → 0? → 6 → 5Available
744? → 4 → 8 → 6Available
845 → 8? → 3? → 4Seaweed locked · unlock after completing fish 1
947 → 4? → 1? → 2Seaweed locked · unlock after completing fish 0
1042 → 7? → 2 → 3Available
114EmptyEmpty branch

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