Cloned Games

2048-rs

HaltedPlayableLinux

Based on 2048

2048-rs screenshot

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'.

Share:

We’d like to use analytics cookies to understand how visitors use this site. See our Privacy Policy for details. Nothing else is tracked, and the site works the same either way.