LEVEL 038

Fish Flow Level 38 Guide

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

Moves
26
Branches
10
Fish types
8
Mystery fish
8
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
140 → 4 → 0 → 7Seaweed locked · unlock after completing fish 2
246? → 6 → 3 → 7Available
340? → 2 → 4 → 2Available
442? → 3 → 1Available
544? → 5 → 1Available
641? → 5Available
746? → 5 → 3Available
842? → 6Available
944? → 1 → 7Available
1047 → 5 → 0 → 3Seaweed locked · unlock after completing fish 6

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