Skip to content

MathewRo/Linux-2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048(C++) - Linux

2048

2048(C++)

Linux console implementation of the game 2048 using ascii colouring schemes.
Please Do report Bugs if you find any. Feel free to distribute!

Setup

1. Open Linux terminal (CLI)
2. mkdir ~/games
3. cd ~/games
5. cd Linux-2048-Game
6. make all
7. ./2048
8. To clean the directory, do make clean

Notes

Make sure the files '2048.txt' and '2047.txt' are present in the same folder as that of the executable.

Controls

Arrow keys for corresponding grid shifts.
Disable ascii arts to start with the game quickly.

How to Play

Use your arrow keys to move the tiles.
When two tiles with the same number touch, they merge into one!

Credits

2048 is a single-player sliding block puzzle game by 19-year-old Italian web developer Gabriele Cirulli.

About

Linux Based (C++) version of the 2048 Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published