Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 426 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 426 Bytes

2048

2048 Game console application written in C language.

2048 is a singleplayer puzzle game created in March 2014 by 19-year-old Italian web developer Gabriele Cirulli, in which the objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048.

Game consist of 3 options: 3x3, 4x4, 6x6. Controls are W, A, S, D, X for reset, R for previous state, E for exit. Lowercases included.