Skip to content

totikom/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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