Same number + same number = double.
1Every move slides all tiles to one side. Equal neighbours merge into their double.
2A tile can only merge once per move — so a row of four doubles into two, not one.
3Reach 2048 to win, then keep going. The run ends when the board is full and nothing can merge.