About
2048 is a single-player sliding-tile puzzle game created by Gabriele Cirulli and released as free/open-source software (MIT License) on GitHub on 9 March 2014; the goal is to slide numbered tiles on a grid to combine them into a tile reading 2048, and iOS/Android versions followed in May 2014. cli_2048 is a command-line implementation of 2048, written in Rust and distributed as a published crate on crates.io.
How it differs from the original
Unlike the original browser and mobile versions of 2048, this implementation runs entirely in a terminal.