
Higher-scoring tiles emit a soft glow the highest possible tile is 131,072. The resulting tile cannot merge with another tile again in the same move. If two tiles of the same number collide while moving, they will merge into a tile with the total value of the two tiles that collided. Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. Every turn, a new tile randomly appears in an empty spot on the board with a value of either 2 or 4. The 2048 tile is in the bottom-right corner.Ģ048 is played on a plain 4×4 grid, with numbered tiles that slide when a player moves them using the four arrow keys. The game received generally positive reviews from critics, with it being described as "viral" and "addictive".Ī completed game. The release of 2048 resulted in the rapid appearance of many similar games, akin to the flood of Flappy Bird variations from 2013. Cirulli himself described 2048 as being "conceptually similar" to Threes.
2048 games android#
Versions for iOS and Android followed in May 2014.Ģ048 was intended to be an improved version of two other games, both of which were clones of the iOS game Threes released a month earlier.
2048 games software#
It was originally written in JavaScript and CSS over a weekend, and released on 9 March 2014 as free and open-source software subject to the MIT License. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048 however, one can continue to play the game after reaching the goal, creating tiles with larger numbers. If you would like to host your own copy of the game, you can purchase a web hosting account with 75% discount for the first year from a reliable hosting company via the following link.Web browser, iOS, Nintendo 3DS, Android, Apple TV, KaiOS, TeslatariĢ048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli and published on GitHub. The source of the original game by Gabriele Cirulli is available here:
2048 games code#
The source code can be downloaded from his GitHub page at He added the UNDO option and the session preservation. This particular version was modified by NITIN PATHAK: 19 years! Makes you think what have you achieved in life so far. The guy was 19 years old when he wrote this game. It is inspired by the games Threes! and Veewo Studios' app 1024. The game was originally developed by Gabriele Cirulli as a weekend project. This should be enough to get you out of trouble without risking to stall the game. That's why I was forced to set a limit of 1000 undo entries in order to avoid this issue. If you reach a few tens of thousands of moves, then the local storage database of undo moves gets filled up and the game stalls. The game allows to play well past reaching 2048. The Undo steps are saved in the local storage of the browser and it has its limits. Update: Actually, the above statement has to be revised a bit. Even if you close your browser and reopen it later on the same computer, you will be returned exactly where you've left. It includes an unlimited UNDO, so that you can win more often.
2048 games how to#
Tips how to play efficiently are available here. You can play it on your computer and in the browser of your smartphone. The goal of the game is to reach a state where the value of one of the cells is 2048.

If two cells with the same value touch during the process, they will be merged into a single cell and their value will be summed. The occupied cells will be rushed to the empty cells in the particular direction.

Use the arrow keys on the keyboard of your computer or swipe in all four directions within the field on your smartphone. The place of the "Undo" and "New Game" buttons was changed after I noticed that I'm clicking the "New Game" button accidentally.
