No description
Find a file
2014-05-25 21:32:19 +08:00
bin/assets Tiles can display numbers now! 2014-05-22 17:09:48 +08:00
src JSON encoder 2014-05-25 21:32:19 +08:00
.gitignore Initial commit 2014-05-19 20:40:36 +08:00
LICENSE Initial commit 2014-05-19 05:34:41 -07:00
Makefile Can merge tiles while moving left/right 2014-05-21 15:53:40 +08:00
README.md Update README.md 2014-05-21 19:54:11 +08:00
rust-2048.png Updated screenshot 2014-05-22 17:28:36 +08:00

rust-2048

A 2048 clone with Piston game engine

Dependencies

Dependency Online Docs
rust-graphics rust-graphics docs
piston piston docs

How to play

Use arrow key to move tiles.

alt tag

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