← Back to the asteroid field
Mission log · 2024
2048
The classic 2048 puzzle, implemented as a console game.
PythonCLI
The problem
A deceptively simple game that's all data structures underneath — grid transforms, merge rules, and move validation.
The solution
A console implementation of 2048 with arrow-key controls, clean board rendering, and the full merge/spawn/game-over rule set.