Willy-JL 823b2c6a0d Merge 2048 from https://github.com/xMasterX/all-the-plugins 2 vuotta sitten
..
images 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten
img 823b2c6a0d Merge 2048 from https://github.com/xMasterX/all-the-plugins 2 vuotta sitten
.gitsubtree c4547ba5a9 test 2 2 vuotta sitten
LICENSE 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten
README-catalog.md 823b2c6a0d Merge 2048 from https://github.com/xMasterX/all-the-plugins 2 vuotta sitten
README.md 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten
application.fam 823b2c6a0d Merge 2048 from https://github.com/xMasterX/all-the-plugins 2 vuotta sitten
array_utils.c 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten
array_utils.h 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten
digits.h 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten
game_2048.c 823b2c6a0d Merge 2048 from https://github.com/xMasterX/all-the-plugins 2 vuotta sitten
game_2048.png 65f3c9ad2f Add 2048 from https://github.com/eugene-kirzhanov/flipper-zero-2048-game 2 vuotta sitten

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.