No description
Find a file
2015-05-13 17:30:17 +02:00
bin/assets Rendering UI 2014-05-27 13:26:12 +08:00
src Repaired the default settings file being generated in a wrong location. 2015-04-09 19:19:50 +02:00
.gitignore Initial commit 2014-05-19 20:40:36 +08:00
build.sh Upgraded to latest Rust + Cargo + Rust-Empty 2014-06-28 13:10:47 +02:00
Cargo.toml Upgraded to latest Rust Nightly 2015-04-09 17:04:19 +02:00
LICENSE Initial commit 2014-05-19 05:34:41 -07:00
Makefile Upgraded to latest Rust + Cargo + Rust-Empty 2014-06-28 13:10:47 +02: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