The main objective of this game is to move numbered tiles on a grid to merge them to form a tile with the number 2048.
In each move, a new tile falls with the number of 2 or 4. The player has to move the tiles using arrow keys and try to collide the same two numbers which create a new tile with the total sum of the two numbers/tiles. The top right corner contains a scoreboard, the player has a maximum of 2048 try to win the game.
Checklist:
[x] I have read the project guidelines.
[x] I have checked all the existing projects, before submitting a new project issue.
[x] This issue will be meaningful for the project.
[x] I will contribute more in future
Contributors are supposed to mention their coding language while asking for assignment
Feature ✅
Description
The main objective of this game is to move numbered tiles on a grid to merge them to form a tile with the number 2048. In each move, a new tile falls with the number of 2 or 4. The player has to move the tiles using arrow keys and try to collide the same two numbers which create a new tile with the total sum of the two numbers/tiles. The top right corner contains a scoreboard, the player has a maximum of 2048 try to win the game.
Checklist:
Contributors are supposed to mention their coding language while asking for assignment