Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 971 Bytes

README.org

File metadata and controls

43 lines (29 loc) · 971 Bytes

2048-puzzle

Bash implementation of 2048 game.

https://raw.github.com/rhoit/2048/dump/screenshot.png

based on bash2048

How To Play

Join the numbers and get to the 2048 tile!

Installation

Arch

yaourt -S 2048-puzzle-bash-git

Manual

Download the latest verion from zip or tar clone the repo.

$ cd path-to-2048
$ ./configure
$ sudo make install
    
RequirementType
bashdepends
ASCII-boarddepends
figletoptional

Playing

$ 2048-puzzle

use arrow keys to navigate.