https://github.com/pierrechevalier83/2048-rs
Rust implementation of 2048 game
https://github.com/pierrechevalier83/2048-rs
2048 cli game matrix-display rust termion unicode
Last synced: 9 months ago
JSON representation
Rust implementation of 2048 game
- Host: GitHub
- URL: https://github.com/pierrechevalier83/2048-rs
- Owner: pierrechevalier83
- Created: 2017-03-01T23:47:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T02:54:43.000Z (almost 2 years ago)
- Last Synced: 2025-08-23T00:08:27.252Z (10 months ago)
- Topics: 2048, cli, game, matrix-display, rust, termion, unicode
- Language: Rust
- Size: 16.8 MB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/pierrechevalier83/2048-rs)
## 2048-rs - rust implementation of the popular game
* We use [matrix_display](https://github.com/pierrechevalier83/matrix_display) to pretty print the matrix in all its colours and unicode glory.
* We use [crossterm](https://github.com/crossterm-rs/crossterm) 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`