
The game is won when a tile with a value of 2048 appears on the board. After reaching the number 2048 tile, players can continue playing to achieve higher scores. When a player has no legal moves (no empty spaces and no adjacent tiles with the same value), the game ends.
2048 is an online puzzle game created by him Gabriele Cirulli, a young talented Italian programmer at only 19 years old, and released it to the masses in March 2014 on his Twitter profile. Cirulli, 19, created the game in one weekend as a test to see if he could program a game from scratch, but was surprised when his game received over 4 million visitors in less than a week, especially since it was just a weekend project. The game is free-to-play, and Cirulli said he doesn't want to make money off "something he [didn't] invent." In May 2014, he released a free version of the game for iOS and Android. The game 2048 thus became a viral hit. Since the source code is available, many have made additions to the original game such as leaderboards, an undo feature, and improved touchscreen reproducibility.
And just when you think this game is giving you trouble, the developers come up with something new. A combination of games Flappy Bird and 2048 it gave an even more tense game that will surely give you a headache.
Tips and tricks
1. 2048 is so easy to play, you might get so used to the game itself that you just don't pay attention to what you're doing. That's not a good idea. Take your time - there is no penalty for thinking. Likewise, try to anticipate where new blocks may appear and how to implement them. Kind of like playing chess.
2. Orient yourself to the corners. To win the game, you should have a certain strategy. If you don't have it, you most likely won't score more than 512. So a good strategy is to always keep your highest value tile in one of the corners. Just pick one corner and align all your tiles. It's not as easy as it sounds, but you can master it quickly. To stop the tiles with the highest number from leaving the "king seat", try to pack the tiles around it. Learn this simple strategy and you will soon reach 1024 and even win the 2048 game!
3. After placing the highest value of the tile in the lower right corner, do not move it. To make sure it doesn't move, you must always fill the last row by pressing the down arrow so that using the LEFT and Right Arrows does not move the highest value of the tiles. Basically, this is the most important part of the game of 2048 - keep the highest tile in the corner and don't move it.