A text-based C++ clone of the popular game 2048, originally by Gabriele Cirulli.
-
Download the code
-
Run
maketo compile the source code -
Run
./2048to run the executable
-
uporuto move the tiles up -
downordto move the tiles down -
leftorlto move the tiles left -
rightorrto move the tiles right
When two matching tiles touch, they merge! Try to get the highest score possible.
-
playto start a new game -
loadto load a game -
scoresto view the score table -
quitorqto quit the program -
helpto print all commands
-
saveorsto save the game -
quitorqto quit to the menu -
resetto reset the game -
helpto print all commands
Licensed under The MIT License