Skip to content

2048 is a single-player sliding block puzzle game by Italian web developer Gabriele Cirulli.

License

Notifications You must be signed in to change notification settings

eltonfonseca/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

2048 is a single-player sliding block puzzle game by Italian web developer Gabriele Cirulli.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages