2048 is a single-player sliding block puzzle game by Italian web developer Gabriele Cirulli.
The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048; however, you can keep playing the game, creating tiles with larger numbers (such as a 32,768 tile).
Font: Wikipédia
- Git
- GNU GCC Compiler
Download this repository and access directory.
$ git clone https://github.com/eltonfonseca/2048.git
$ cd 2048
Compiler with GNU GCC Compiler and run.
$ gcc game2048.c -o game
$ ./game
MIT License.