Нема описа

Willy-JL aac0e3781e Squashed '2048/' changes from 663bbe7bd..0f75a0e5d пре 2 година
images 6e347a9630 First implementation пре 3 година
img aac0e3781e Squashed '2048/' changes from 663bbe7bd..0f75a0e5d пре 2 година
LICENSE 6e347a9630 First implementation пре 3 година
README-catalog.md aac0e3781e Squashed '2048/' changes from 663bbe7bd..0f75a0e5d пре 2 година
README.md 6e347a9630 First implementation пре 3 година
application.fam aac0e3781e Squashed '2048/' changes from 663bbe7bd..0f75a0e5d пре 2 година
array_utils.c 6e347a9630 First implementation пре 3 година
array_utils.h 6e347a9630 First implementation пре 3 година
digits.h 6e347a9630 First implementation пре 3 година
game_2048.c aac0e3781e Squashed '2048/' changes from 663bbe7bd..0f75a0e5d пре 2 година
game_2048.png 6e347a9630 First implementation пре 3 година

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.