23 lines
456 B
Markdown
23 lines
456 B
Markdown
rust-2048
|
|
=========
|
|
|
|
A 2048 clone with Piston game engine.
|
|
|
|
How to play
|
|
-----------
|
|
Use arrow key to move tiles.
|
|
|
|

|
|
|
|
## Building Instructions
|
|
|
|
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:
|
|
|
|
```
|
|
make run
|
|
```
|
|
|