WillyJL 1864a26b28 Better subtree scripts (#25) před 1 rokem
..
images 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
img 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
.gitsubtree 1864a26b28 Better subtree scripts (#25) před 1 rokem
LICENSE 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
README-catalog.md 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
README.md 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
application.fam 751d3614df Merge 2048 from https://github.com/xMasterX/all-the-plugins před 1 rokem
array_utils.c fe2077c82e New formatting před 1 rokem
array_utils.h 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
digits.h 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky
game_2048.c fe2077c82e New formatting před 1 rokem
game_2048.png 101ba1c5d8 Add 2048 from https://github.com/xMasterX/all-the-plugins před 2 roky

README-catalog.md

In this classic game, your objective is to collect the highest number of points by connecting identical numbers on the playing field.

You can control the game using the Up, Down, Right, and Left buttons, which allow you to move all cells on the playing field simultaneously.

Whenever you merge two identical numbers, their value doubles. For instance, combining 2 and 2 results in 4.

The game ends when no further moves are possible. Exiting the game will save the current state of the game board.