2048.c: 2048.c (Console version of the game 2048 for GNU/Linux) 2048.c: 2048.c: 2048.c is a port of the popular game 2048 to the Linux console, 2048.c: written in C. 2048.c: You can move the tiles in four directions using the arrow keys: up, 2048.c: down, left, and right. All numbers on the board will slide into that 2048.c: direction until they hit the wall and if they bump into each other 2048.c: then two numbers will be combined into one if they have the same 2048.c: value. Each number will only be combined once per move. Every move a 2048.c: new number 2 or 4 appears. If you have a 2048 on the board you have 2048.c: won, but you lose once the board is full and you cannot make a move.