Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 563 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 563 Bytes

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