No description
Find a file
Coeuvre Wong b1a63d8d86 Merge pull request #10 from PifyZ/master
Fixes for the version "1.0.0 - nightly" (with a remaining error)
2015-03-22 18:20:18 +08:00
bin/assets Rendering UI 2014-05-27 13:26:12 +08:00
src Correction pour la version rustc 1.0.0-nightly de Rust (une erreur restante) 2015-03-21 22:07:51 +01:00
.gitignore Initial commit 2014-05-19 20:40:36 +08:00
build.sh Upgraded to latest Rust + Cargo + Rust-Empty 2014-06-28 13:10:47 +02:00
Cargo.toml Correction pour la version rustc 1.0.0-nightly de Rust (une erreur restante) 2015-03-21 22:07:51 +01:00
LICENSE Initial commit 2014-05-19 05:34:41 -07:00
Makefile Upgraded to latest Rust + Cargo + Rust-Empty 2014-06-28 13:10:47 +02:00
README.md Updated README.md 2014-07-30 09:36:34 +08:00
rust-2048.png Updated screenshot 2014-05-27 14:19:38 +08:00

rust-2048

A 2048 clone with Piston game engine.

How to play

Use arrow key to move tiles.

alt tag

Building Instructions

To build this repository, you need Cargo.

Clone this repository

git clone https://github.com/Coeuvre/rust-2048.git

Use Cargo to build

cargo build

Move binary to bin directory

mv ./target/rust-2048 ./bin

Play!

./bin/rust-2048