No description
Find a file
2016-01-10 17:31:49 +01:00
bin/assets Rendering UI 2014-05-27 13:26:12 +08:00
src correct build errors 2016-01-10 17:31:49 +01:00
.gitignore correct build errors 2016-01-10 17:31:49 +01:00
Cargo.lock correct build errors 2016-01-10 17:31:49 +01:00
Cargo.toml correct build errors 2016-01-10 17:31:49 +01:00
LICENSE Initial commit 2014-05-19 05:34:41 -07:00
README.md Added Dependencies 2015-05-13 17:30:17 +02: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

To build this repository, you need Cargo.

You also need the Freetype 6 and SDL2 libs. Look at Piston-Tutorials - Installing Dependencies and Rust-SDL2 - Requirements how to install them.

Clone this repository

git clone https://github.com/Coeuvre/rust-2048.git

Use Cargo to build

cargo build

Play!

cargo run