Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 374 Bytes

2048.rs

2048 in the console with Rust. Inspired from 2048.c.

Example

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.