The short version
The genuine, original 2048 - the game that launched an entire genre of clones - with swipe controls confirmed working correctly in every direction on a real touch device, exactly as they should for one of the most influential small web games of the last decade.
Biggest strengths
- This is the genuine original by Gabriele Cirulli, not one of the countless clones or reskins the game's own page explicitly warns players about
- Swipe controls confirmed correct in all four directions - tiles slide the right way, merge correctly, and new tiles spawn as expected, verified by reading actual tile position and merge state before and after real touch swipes
- Arrow-key controls on desktop confirmed identically correct, including a verified tile merge (two 2s combining into a 4)
Biggest weaknesses
- No undo, and no way to view move history, though this is a deliberate design choice consistent with the original rather than an oversight
- Sound is entirely absent (silent by design) - not a defect for this specific game, but worth knowing going in
- Score and best-score display is basic; there's no broader statistics or achievement layer beyond the two numbers shown
Who it's for: Everyone. This is the game the genre is named after, and it holds up perfectly on a phone.
Our recommendation: play
8.3 / 10
Opening
There isn't much to introduce here: 2048 is one of the most successful and widely imitated small web games of the last decade, and this is the genuine original by Gabriele Cirulli, not one of the numerous unofficial ports the game's own about text explicitly cautions players to be wary of. Slide tiles in any of four directions, matching numbers combine, reach 2048.
Controls, confirmed in every direction
A sliding-tile game lives or dies entirely on whether every swipe direction does what it should, so each of the four was tested individually against real tile-position data rather than assumed from a screenshot. On a simulated phone, a left swipe correctly collapsed tiles toward column 1 and spawned a new tile; a right swipe on the resulting board correctly collapsed toward column 4. A separate down-swipe test showed tiles correctly sliding toward the bottom row with a fresh tile spawning afterward. On desktop, pressing the down arrow on two vertically-stacked matching tiles produced a confirmed merge — the DOM literally reported a tile-4 tile-merged element replacing the two tile-2 elements, exactly the behaviour the game is supposed to produce. Every direction, on both input methods, behaved correctly.
Presentation
It's the same clean, warm-toned interface that made the game instantly recognisable in 2014: a simple wooden-toned board, bold sans-serif numerals, colour-coded tiles that shift subtly as values climb. There's no sound, which is a deliberate choice consistent with the original rather than something missing. Score and best-score are tracked plainly at the top of the screen.
Final Verdict
This is the real thing — confirmed to be the genuine original, and confirmed by direct testing to handle every swipe and every arrow key correctly on a real touch device and on a keyboard. It doesn't need reinvention, and it doesn't get any here; it's simply the source of an entire genre, working exactly as it should. Recommended without reservation.
Pros and cons
Pros
- This is the genuine original by Gabriele Cirulli, not one of the countless clones or reskins the game's own page explicitly warns players about
- Swipe controls confirmed correct in all four directions - tiles slide the right way, merge correctly, and new tiles spawn as expected, verified by reading actual tile position and merge state before and after real touch swipes
- Arrow-key controls on desktop confirmed identically correct, including a verified tile merge (two 2s combining into a 4)
- Simple, immediately legible presentation that has aged extremely well and needs no explanation beyond the one paragraph the game itself provides
- Clean MIT licence, no analytics, zero console or page errors on either platform
Cons
- No undo, and no way to view move history, though this is a deliberate design choice consistent with the original rather than an oversight
- Sound is entirely absent (silent by design) - not a defect for this specific game, but worth knowing going in
- Score and best-score display is basic; there's no broader statistics or achievement layer beyond the two numbers shown