You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.4 KiB

Functional

In order to run and hot reload app either on emulator or device, follow the instructions

Was the app committed within the required time period?
Does the app run without crashes?
Does the game start with a 4x4 table and 3-4 tiles valued at either 2 or 4?
Can players swipe the tiles in any of the four directions, and do they move as far as possible in that direction?
Do tiles with the same value merge into one tile with twice the value when they collide?
Is the score updated when tiles are merged?
Does a new tile appear randomly on the board after each move?
Are animations used to smoothly move the tiles?
Is the best score updated if necessary when the game is over?
Is the current score displayed during gameplay?
Is the best score displayed when the game is over?
+Implementing difficulty levels or other gameplay options, such as the ability to choose the value of the tiles (e.g. 2, 4, 8, etc.) or the size of the board (e.g. 4x4, 5x5, 6x6, etc.).
+Adding sound effects or music to enhance the gameplay experience.
+Adding support for different devices and screen sizes, such as tablets or smartphones.