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