#game #cli-game #2048 #cli

app game-2048

A cli implementation of the popular 2048 game writen in rust

8 releases (4 breaking)

Uses old Rust 2015

0.5.1 Aug 13, 2017
0.5.0 Mar 10, 2017
0.4.0 Mar 6, 2017
0.3.2 Mar 5, 2017
0.1.0 Mar 2, 2017

#753 in Games

44 downloads per month

MIT license

2.5MB
443 lines

Build Status

  • We use matrix_display to pretty print the matrix in all its colours and unicode glory.
  • We use termion for handling user input asynchronously.

alt tag

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

Dependencies

~10MB
~23K SLoC