Update README.md
This commit is contained in:
parent
5246671300
commit
ff1c4112f4
1 changed files with 26 additions and 0 deletions
26
README.md
26
README.md
|
|
@ -2,3 +2,29 @@ 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/) |
|
||||
|
||||
|
||||
How to play
|
||||
-----------
|
||||
Use array key to move tiles.
|
||||
|
||||

|
||||
|
||||
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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue