Skip to content

alvinmatias69/simple-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e4d59fe · May 26, 2019

History

23 Commits
May 26, 2019
May 26, 2019
May 20, 2019
May 26, 2019
May 26, 2019
May 21, 2019
May 21, 2019
May 26, 2019
May 26, 2019

Repository files navigation

2048

gameplay

A simple 2048 game implemented using ggez.

How To Play

Download compiled binary, then extract it.

$ unzip 2048.zip

Simply run the binary.

$ ./simple-2048

Build From Source

Make sure you have rust 1.3.4 installed on your system.

Clone this repository

$ git clone https://github.com/alvinmatias69/simple-2048.git
$ cd simple-2048

Compile the project using release configuration

$ cargo build --release

Copy project resources to target directory (unfortunately this method can't be automated yet)

$ cp resources/*.* target/release/resources

Execute the binary

$ ./target/release/simple-2048

Keybinding List

  • Start a new game: ctrl + n
  • Navigate Up: w / k /
  • Navigate Down: s / j /
  • Navigate Left: a / h /
  • Navigate Right: d / l /
  • Exit: ctrl + q

About

A simple 2048 game written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages