2048 - portapack-mayhem/mayhem-firmware GitHub Wiki
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.