Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Rust implementation of 2048 game

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`