1 2048
Speedster04 edited this page 2026-03-22 00:47:27 +01:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2048 is a sliding tile puzzle. The 4×4 grid starts with two tiles. Each move slides all tiles in one direction — tiles with equal values merge into their sum. The goal is to create a tile with the value 2048, though play can continue beyond that.

Controls

  • Up / Down / Left / Right buttons: Slide all tiles in that direction.
  • Encoder knob: Also moves tiles (rotating slides direction).

Scoring

  • Score: Points are earned each time two tiles merge (equal to the merged tile's value).
  • Best score: The highest score reached is tracked and displayed.