/2048

A small Rust implementation of 2048 (https://github.com/gabrielecirulli/2048)

Primary LanguageRustGNU General Public License v3.0GPL-3.0

2048 in Rust License: GPL v3

A small Rust implementation of 2048

Screenshot

Controls

Use WASD or arrows to move tiles

q or Ctrl+C - quit

b - show stats

Stats

Requirements

  1. Rust
  2. Cargo
  3. OS with ANSI terminals (Redox, Mac OS X, BSD, Linux, etc.)

Building

$ cargo build

Running

$ cargo run