A text-based C++ clone of the popular game 2048, originally by Gabriele Cirulli.
-
Download the code
-
Run
make
to compile the source code -
Run
./2048
to run the executable
-
up
oru
to move the tiles up -
down
ord
to move the tiles down -
left
orl
to move the tiles left -
right
orr
to move the tiles right
When two matching tiles touch, they merge! Try to get the highest score possible.
-
play
to start a new game -
load
to load a game -
scores
to view the score table -
quit
orq
to quit the program -
help
to print all commands
-
save
ors
to save the game -
quit
orq
to quit to the menu -
reset
to reset the game -
help
to print all commands
Licensed under The MIT License