Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T02:54:43.000Z (4 months ago)
- Last Synced: 2024-10-13T14:56:57.665Z (about 1 month ago)
- Topics: 2048, cli, game, matrix-display, rust, termion, unicode
- Language: Rust
- Size: 16.8 MB
- Stars: 25
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/pierrechevalier83/2048-rs.svg?branch=master)](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.![alt tag](https://raw.githubusercontent.com/pierrechevalier83/2048-rs/master/screenshots/demo.gif)
## Install
* On Arch Linux:
`yaourt 2048-rs`
* With cargo:
`cargo install game-2048`## Download
`git clone [email protected]:pierrechevalier83/2048-rs.git`
## Build
`cargo build --release`
## Run
`cargo run --release`