mirror of
https://github.com/redox-os/2048-rs
synced 2026-08-25 07:16:08 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| screenshots | ||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| TODO.md | ||
2048-rs - rust implementation of the popular game
- We use matrix_display to pretty print the matrix in all its colours and unicode glory.
- We use termion for handling user input asynchronously.
Install
- On Arch Linux:
yaourt 2048-rs - With cargo:
cargo install game-2048
Download
git clone git@github.com:pierrechevalier83/2048-rs.git
Build
cargo build --release
Run
cargo run --release
