About
2048 is a single-player sliding tile puzzle game created by Italian web developer Gabriele Cirulli, originally written in JavaScript and released on GitHub in March 2014 under the MIT License. rs48 is a terminal-based (TUI) implementation of 2048 written in Rust, with configurable grid size, tile spawn rate, and a choice of AI controllers to play the game automatically.
How it differs from the original
Unlike the original browser-based 2048, rs48 runs entirely in the terminal and adds configurable options like grid size, number of tiles spawned per turn, and selectable AI controllers to play the game automatically.
Getting started
Install via `cargo install rs48`, or clone and build with `cargo build -r`; run with `cargo run -r`, using command-line flags like `--size`, `--spawn`, or `--controller` to customize the game.