
About
2048 is a single-player sliding-tile puzzle game written by Gabriele Cirulli and released on GitHub in March 2014 under the MIT License, where numbered tiles are combined on a grid to reach the tile numbered 2048. rust-2048 is a Rust implementation of 2048 with an SDL2-based interface (using the rust-sdl2, sdl2_ttf, and sdl2_gfx crates); the author describes it in the readme as a work in progress.
Getting started
Build and run it with Cargo from the source repository.
Additional notes
- Known limitations
- Per the readme's TODO list, an AI solver and animations were still planned but not yet implemented.