Geen omschrijving

MX f94da09829 Fixes for gcc12 2 jaren geleden
images 794d7ae27f move base pack here 2 jaren geleden
img 0286203337 combine 1 2 jaren geleden
LICENSE 794d7ae27f move base pack here 2 jaren geleden
README-catalog.md 0286203337 combine 1 2 jaren geleden
README.md 794d7ae27f move base pack here 2 jaren geleden
application.fam f94da09829 Fixes for gcc12 2 jaren geleden
array_utils.c 794d7ae27f move base pack here 2 jaren geleden
array_utils.h 794d7ae27f move base pack here 2 jaren geleden
digits.h 794d7ae27f move base pack here 2 jaren geleden
game_2048.c f94da09829 Fixes for gcc12 2 jaren geleden
game_2048.png 794d7ae27f move base pack here 2 jaren geleden

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.