Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 851 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 851 Bytes

2048 Game

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

Requisites

  • Git
  • GNU GCC Compiler

How to Play

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

License

MIT License.