Implementation of the classic 2048 game using Jetpack Compose, it includes all the features of the basic game.
Game state is saved after every move, do you want to continue playing one month later? No worries, pick-up where you left off.
- Auto-resizing tile text
- Auto coloring of tiles
- Score calculation
- Game timer
- Move counter
At the moment, there are not sliding animations
You can also use any grid size you want, but for now it's only configurable in the code.