Cloned Games

twozero48

SporadicPlayableNone

Based on 2048

About

2048 is a single-player sliding tile puzzle game written by Italian developer Gabriele Cirulli and released in March 2014 as free, open-source software; it was originally a JavaScript and CSS browser game, with iOS and Android versions following in May 2014. twozero48 is a command-line implementation of 2048 written in Rust, played in the terminal via the ratatui library, with a companion web version (built with ratzilla) that renders the same interface in a browser. Board size and the winning tile value are configurable via command-line flags.

How it differs from the original

Unlike the original 2048, a JavaScript/CSS browser game that later got iOS and Android versions, twozero48 is primarily a text-based terminal (CLI) implementation, with a web version also available via ratzilla.

Getting started

Install it with `cargo install twozero48`, or clone the repository and run it with `cargo run` after installing the Rust toolchain; board size and the winning tile value can be set via command-line flags. Move tiles with WASD or the arrow keys, and quit with Q, Esc, or Ctrl-C.

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.