- move left
- move right
- move up
- move down
- spawns 2 random blocks (a 4 1/10 of the time, 2 the rest) at the end of each move
- rust
- cargo
run git clone https://github.com/taice/game-2048 && cd game-2048 && cargo build
run cargo run inside the game-2048 directory