- We use matrix_display to pretty print the matrix in all its colours and unicode glory.
- We use crossterm for handling user input asynchronously.
- On Arch Linux:
yaourt 2048-rs
- With cargo:
cargo install game-2048
git clone git@github.com:pierrechevalier83/2048-rs.git
cargo build --release
cargo run --release