No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-03-10 09:05:56 -07:00
screenshots Resize screenshot 2017-03-05 10:59:36 +00:00
src Added new function to Game struct to simplify code in main game loop, replaced checking for all keys to just pattern matching a key, calling a function with it as a parameter and continuing. 2017-10-03 14:06:03 -04:00
.gitignore Add *.bk files to gitignore 2017-02-27 23:18:35 +00:00
.travis.yml Ask travis not to clone the aur submodule 2017-03-11 12:54:07 +00:00
Cargo.lock Update dependencies 2023-03-10 09:05:56 -07:00
Cargo.toml Update dependencies 2023-03-10 09:05:56 -07:00
README.md Add travis badge 2017-03-10 23:06:17 +00:00
TODO.md Update TODO list 2017-03-05 01:14:21 +00:00

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