Created byGabriele Cirulli.Based on1024 by Veewo Studio.DonateDonate BTC1Ec6onfsQmoP9kkL3zkpB6c5sA4PVcXU2iPrivacy PolicyPlay 2048 on Poki2048 uses cookies to analyse traffic to the site and to serve ads.Learn More
2048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli and published on GitHub.[2] 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. 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. Versions for iOS and Android followed in May 2014.
2048 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. Cirulli himself described 2048 as being "conceptually similar" to Threes.[3] The release of 2048 resulted in the rapid appearance of many similar games, akin to the flood of Flappy Bird variations from 2013. The game received generally positive reviews from critics, with it being described as "viral" and "addictive".
2048 is played on a plain 44 grid, with numbered tiles that slide when a player moves them using the four arrow keys.[4] The game begins with two tiles already in the grid, having a value of either 2 or 4, and another such tile appears in a random empty space after each turn.[5] Tiles slide as far as possible in the chosen direction until they are stopped by either another tile or the edge of the grid. 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.[6][7] The resulting tile cannot merge with another tile again in the same move. Higher-scoring tiles emit a soft glow;[5] the largest possible tile is 131,072.[8]
If a move causes three consecutive tiles of the same value to slide together, only the two tiles farthest along the direction of motion will combine. If all four spaces in a row or column are filled with tiles of the same value, a move parallel to that row/column will combine the first two and last two.[9] A scoreboard on the upper-right keeps track of the user's score. The user's score starts at zero, and is increased whenever two tiles combine, by the value of the new tile.[5]
The game is won when a tile with a value of 2048 appears on the board. Players can continue beyond that to reach higher scores.[10][11][12] When the player has no legal moves (there are no empty spaces and no adjacent tiles with the same value), the game ends.[3][13]
Strategies in 2048 include keeping the largest tile in a specific corner with other large tiles filling the row (either vertically or horizontally). If the row remains filled, the player can then move in three different directions while still keeping the largest tile in the preferred corner. As a general rule, no small tiles should be separated from other small tiles by a large tile.[14][15]
Nineteen-year-old Gabriele Cirulli created the game in a single weekend as a test to see if he could program a game from scratch.[16] "It was a way to pass the time", he said.[10] He described it as being "conceptually similar" to the recently released iOS game Threes,[3][17] and a clone of another game, 1024.[10] Developed by Veewo Studio,[18] 1024 is itself a clone of Threes, with its App Store description once reading "no need to pay for Threes".[19] Cirulli's README for 2048 cites another 1024 clone as influence: the homonymous but slightly different in terms of mechanics 2048 by Saming.[20]
Cirulli was surprised when his weekend project received over 4 million visitors in less than a week.[4][21] The game is free to play, Cirulli having said that he was unwilling to make money "from a concept that [he] didn't invent".[22] He released ports for iOS and Android in May 2014.[23]
The simple controls allowed it to be used in a promo video for the Myo gesture control armband,[24] and the availability of the code underneath allowed it to be used as a teaching aid for programming.[25] The second-place winner of a coding contest at Matlab Central Exchange was an AI system that would play 2048 on its own.[26] As the source code is available, many additions to the original game, including a score leaderboard, an undo feature, and improved touchscreen playability have been written by other people. All are available to the public.[4][25]
Spinoffs have been released online and include versions with elements from the Doge meme, Doctor Who,[27] Flappy Bird and Tetris. There has also been a 3D version[28] and versions with bigger or smaller grids.[7] Cirulli sees these spinoffs as "part of the beauty of open source software"[6] and does not object to them "as long as they add new, creative modifications to the game".[29] In 2014, an unofficial clone of the game was published in the iOS App Store by Ketchapp, monetized with advertising.[30][31] An unofficial clone was also released for the Nintendo 3DS.[32]
The game has been described by The Wall Street Journal as "almost like Candy Crush for math geeks",[6] and Business Insider called it "Threes on steroids".[1] Caitlin Dewey of The Washington Post called it "a nerdy, minimalist, frustrating game",[11] while The Independent called it "addictive".[19] The phenomenon of 2048 has been compared to that of Flappy Bird by several commentators. Both games' success, and their simplicity, led to the rapid creation of many variants, and both games have been described as "viral" and "very addictive".[5]
James Vincent of The Independent labeled 2048 as "a clone of a clone".[19] In April 2014, Pocket Gamer reported that 15 new clones of Threes were released daily in the App Store.[33]When asked if he was concerned that his situation would end up as stressed as that of Nguyễn H Đng, the creator of Flappy Bird, Cirulli said that he had "already gone through that phase" on a smaller scale, and that once he had decided against monetizing 2048, he "stopped feeling awkward."[3]
In response to rampant cloning, the creators of Threes published a log of how the game evolved over its 14-month development cycle. They said they had tried and dismissed 2048's tile merging variant, because it made the game too easy.[34] In a 2014 Wired article, they claimed to have each beaten 2048 on their first play.[34]
The mathematical nature of 2048 has made the game of interest to AI researchers. As of 2022, AI achieved[35] over 95% (likely over 98%, but the measurement has noise) probability of making a 16384 tile, over 75% (likely over 80%) probability of making a 32768, and over 3% probability of making a 65536 (improving over the results in previous papers[36][37]). Due to randomness and lack of spare room, the optimal probability of making a 65536 tile is expected to be low; this is supported by optimal solutions for constrained boards.[35][38]
2048 AI strategy uses expectimax search up to a certain (variable) depth, plus transposition tables to avoid duplication. Analogously to endgame tablebases, tables are used to estimate success (for building a large enough tile without destroying the configuration) in appropriate positions with many large tiles. A position evaluation function can favor empty squares, having a large number of merge possibilities, placement of larger tiles at the edge, and monotonicity for tile sizes, especially for larger tiles.[39][40] The parameters are optimized by a search for better parameter values; some papers[36][37] used temporal difference reinforcement learning.
However, whenever the physical device is correctly recognised by Android operating systems, it will not recognise the large cluster partitions. Is this an Android-specific fault, or is it working as designed, and wasn't ever supposed to read clusters / file allocations of that size?
I have (I believe exhaustively) searched for answers on this (at 2048 and 2049), but as you can appreciate, I get a lot of unrelated stuff. I'm aware of how to Google well (quotes, brackets, intitles, etc), and have searched this network, too, and have not found a solution. This is a bit of a pain, is all, as it means that my drive can essentially only be used on my Windows computers, and then (I think) only a couple of them.
On Android, I've tried ES File Explorer on a Shield, and CX on a Galaxy Tab S4. I can't afford the NTFS plugin for Total Commander, but I would guess it's an OS restriction, not an App one. KODI doesn't see the partitions, and I'm not sure where to go next, to be honest.
I mention Linux in the title because my router (stock TP-Link Archer C1200 v2) also won't recognise the large clustered drives. I'll be testing on a Pi, later, to see if that gives me any joy, and a Mint box at my parents, when I can.
Windows 10 devices have no issues with the drive, I have a VISTA box that I can test, but I have a feeling that it won't recognise the drive as I may have tested it months ago. (This post has been in draft for a long time. ;-)
I believe you should stick with a max size of 64 kilobytes for the best interoperability. Windows 10 expanded the maximum cluster size from 64 to 2048 kilobytes (2097152 bytes per cluster) in the Spring of 2018.
The open-source world patched util-linux almost immediately to be able to read the partition structures off of such disk, but it will take a while for that to propagate through all Linux-based products (routers, backup software, Android, etc).
2048 is an easy and fun puzzle game. Even if you don't lovenumbers you will love this game. It is played on a 4x4 grid using the arrowsor W, A, S, D keys alternatively. Every time you press a key - all tiles slide.Tiles with the same value that bump into one-another are merged.Although there might be an optimal strategy to play, there is always some level of chance.If you beat the game and wouldlike to master it, try to finish with a smaller score. That would meanthat you finished with less moves.
bcf7231420