From 775cc91f4db8f9c0b8980a14592ddc241596f707 Mon Sep 17 00:00:00 2001 From: Coeuvre Date: Mon, 9 Jun 2014 08:37:12 +0800 Subject: [PATCH] Updated 'README.md' --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 97e6ab0..f7def7e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ rust-2048 ========= -A 2048 clone with Piston game engine - -Dependencies ------------- -| Dependency | Online Docs | -|---------|------|------------| -| [rust-graphics](https://github.com/PistonDevelopers/rust-graphics) | [rust-graphics docs](http://pistondevelopers.github.io/docs/rust-graphics/graphics/) | -| [piston](https://github.com/PistonDevelopers/piston) | [piston docs](http://bvssvni.github.io/docs/piston/piston/) | - +A 2048 clone with Piston game engine. How to play ----------- @@ -17,10 +9,11 @@ Use arrow key to move tiles. ![alt tag](./rust-2048.png) -Building Instructions ---------------------- +## Building Instructions -Add the dependencies and add the '.rlib' files to '/target/cpu-vendor-os/lib/': +Clone [piston-workspace](https://github.com/PistonDevelopers/piston-workspace) and build it (You can follow the instructions in that repo). + +Copy all the `syslink` files to 'target/cpu-vendor-os/lib/': In the Terminal window, navigate to the project folder and type: