Skip to content
/ 2048 Public
forked from JosefZIla/bash2048

Bash implementation of 2️⃣ 0️⃣ 4️⃣ 8️⃣

License

Notifications You must be signed in to change notification settings

rhoit/2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bash implementation of 2️⃣ 0️⃣ 4️⃣ 8️⃣

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 88.2%
  • Makefile 11.8%