Skip to content

pierrechevalier83/2048-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

2048-rs - rust implementation of the popular game

  • We use matrix_display to pretty print the matrix in all its colours and unicode glory.
  • We use crossterm 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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages