Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nihadguluzade/2048

2048 Game console application written in C language.
https://github.com/nihadguluzade/2048

2048

Last synced: 6 days ago
JSON representation

2048 Game console application written in C language.

Awesome Lists containing this project

README

        

# 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.