Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.11 KB

File metadata and controls

33 lines (24 loc) · 1.11 KB

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.