8个版本 (4个破坏性更新)
使用旧的Rust 2015
0.5.1 | 2017年8月13日 |
---|---|
0.5.0 | 2017年3月10日 |
0.4.0 | 2017年3月6日 |
0.3.2 | 2017年3月5日 |
0.1.0 | 2017年3月2日 |
#835 in 游戏
每月下载量:38
2.5MB
443 行
2048-rs - 流行游戏的Rust实现
- 我们使用 matrix_display 以所有颜色和Unicode格式优雅地打印矩阵。
- 我们使用 termion 来异步处理用户输入。
安装
- 在Arch Linux上:
yaourt 2048-rs
- 使用Cargo:
cargo install game-2048
下载
git clone [email protected]:pierrechevalier83/2048-rs.git
构建
cargobuild --release
运行
cargorun --release
依赖关系
~10MB
~23K SLoC