
About
2048 is a single-player sliding tile puzzle game written by Gabriele Cirulli and released in 2014, where the player slides numbered tiles on a grid to combine them into a tile numbered 2048. 2048-rs is a Rust implementation of 2048 that runs in the terminal, using the matrix_display library to render a colored, Unicode game board and crossterm for asynchronous keyboard input.
Getting started
It can be installed with Cargo ('cargo install game-2048') or via an AUR package on Arch Linux, or built and run directly from a cloned copy of the repository with 'cargo build --release' and 'cargo run --release'.