LEVEL 001

Fish Flow Level 1 Guide

Official initial board and replay-verified 1-move strict JSON solution for Fish Flow Level 1. Branch numbering starts at 1.

Moves
1
Branches
2
Fish types
1
Mystery fish
0
Seaweed branches
0

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
140Available
240 → 0 → 0Available

1-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 1Branch 2

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": 1,
  "boardFingerprint": "ff1-3c174142",
  "modelName": "FISH FLOW Guide 1.0",
  "moves": [
    {
      "from": 1,
      "to": 2
    }
  ]
}