This is a 2048 game clone written in Rust using the termion
crate that runs in the terminal.
OnGoing Game | Won Game | Game Over |
---|---|---|
Running on iTerm2.
git clone https://github.com/0xbsec/terminal2048.git
cd terminal2048
cargo run
- Use arrow keys (or wasd) for tiles movements.
- To start a new game: press
r
. - To continue playing after winning: press
c
.