/2048

The C version of 2048, sliding block puzzle game

Primary LanguageC

2048

The program of the game 2048 written in C.

Execution

To run the program, firstly, obtain the executable file by simply running the script:

./run.sh

As a result you will obtain an executable file under the name 2048 in the project folder. To start the game, just run it:

./2048