2048.rs 2048 in the console with Rust. Inspired from 2048.c. Requirements rustc compiler Install curl -L https://raw.githubusercontent.com/vrishk/2048.rs/master/2048.rs > 2048.rs rustc 2048.rs && ./2048 Gameplay Use wasd followed by enter to move up, left, down, right respectively.