Skip to content

karkipy/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

2048

A simple 2048 in bash

Motivation

One of my friend had let me know about someone who had made 2048 in bash, so was thinking of making a game in bash since then plus I got bored.

Installation

Manual

  git clone https://github.com/karkipy/2048

Inside the project

 cd 2048

Give the permission to the script

  chmod +x 2048

Move the script to /usr/local/bin for global access

 mv 2048  /usr/local/bin

or

This does all the things above

sudo curl https://raw.githubusercontent.com/karkipy/2048/master/2048 -o /usr/local/bin/2048 && sudo chmod +x /usr/local/bin/2048

Restart the terminal and hit the command

  2048

Output

screen shot 2019-01-12 at 10 28 45 pm




screen shot 2019-01-12 at 10 32 37 pm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages