Skip to content
Speedster04 edited this page Mar 21, 2026 · 1 revision

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.

How to collaborate
Contributing Guidelines
Trusted contributors
How to ask questions correctly

Hardware

User manual

Misc

Developer Manual


Clone this wiki locally