About
2048 is a sliding-tile puzzle game created by Italian developer Gabriele Cirulli, originally written in JavaScript and CSS and released in March 2014 as free, open-source software, later ported officially to iOS and Android. tuinty-forpy-eight is a terminal-based clone of 2048 built with the Textual framework, created over the course of a week by its author as a way to try out Textual's features. It's installable via pip and launched with a `2048` command, and supports customizing the background color/opacity and tile color via command-line arguments.
Getting started
Install with pip, then run the game's launch command in a terminal; press "?" or F1 in-game to bring up the help screen with instructions. Background and tile colors can be customized via command-line flags when launching.
History
The author built this project over one week specifically to test out features of the Textual framework, rather than as a dedicated long-term project.