No description
Find a file
Coeuvre Wong ae34d5c5a0 Merge pull request #9 from yuripourre/patch-1
Update sdl2_window URL
2014-12-07 23:51:51 +08:00
bin/assets Rendering UI 2014-05-27 13:26:12 +08:00
src Merge branch 'master' of https://github.com/Coeuvre/rust-2048 2014-08-18 09:45:48 +08: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 Update sdl2_window URL 2014-12-04 22:49:59 -02: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