rust-2048/README.md
2014-05-21 17:38:28 +08:00

718 B

rust-2048

A 2048 clone with Piston game engine

Dependencies

Dependency Online Docs
rust-graphics rust-graphics docs
piston piston docs

How to play

Use array key to move tiles.

alt tag

Building Instructions

Add the dependencies and add the '.rlib' files to '/target/cpu-vendor-os/lib/':

In the Terminal window, navigate to the project folder and type:

make run