No description
Find a file
Coeuvre Wong f70dde3ca5 Merge pull request #5 from Potpourri/master
Draw comments and replace 'fill', 'clear' with 'draw'
2014-06-26 17:54:16 +08:00
bin/assets Rendering UI 2014-05-27 13:26:12 +08:00
src Draw comments and replace 'fill', 'clear' with 'draw' 2014-06-25 20:44:47 +04:00
.gitignore Initial commit 2014-05-19 20:40:36 +08:00
LICENSE Initial commit 2014-05-19 05:34:41 -07:00
Makefile Upgraded to latest rust 2014-05-26 15:47:36 +08:00
README.md Updated 'README.md' 2014-06-09 08:37:12 +08:00
rust-2048.png Updated screenshot 2014-05-27 14:19:38 +08:00

rust-2048

A 2048 clone with Piston game engine.

How to play

Use arrow key to move tiles.

alt tag

Building Instructions

Clone 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