Updated 'README.md'
This commit is contained in:
parent
0a75b3dfc9
commit
775cc91f4d
1 changed files with 5 additions and 12 deletions
17
README.md
17
README.md
|
|
@ -1,15 +1,7 @@
|
||||||
rust-2048
|
rust-2048
|
||||||
=========
|
=========
|
||||||
|
|
||||||
A 2048 clone with Piston game engine
|
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/) |
|
|
||||||
|
|
||||||
|
|
||||||
How to play
|
How to play
|
||||||
-----------
|
-----------
|
||||||
|
|
@ -17,10 +9,11 @@ Use arrow key to move tiles.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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:
|
In the Terminal window, navigate to the project folder and type:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue