Which Is the Real Original 2048 Game?
The original 2048 is Gabriele Cirulli's version, published on GitHub in March 2014 and still hosted there for free. Every other site and app carrying the name — this one included — is a separate implementation of the same idea. The useful question is therefore not who wrote the copy you are playing, but whether it keeps the original rules and behaves honestly about what it wants from you.
There is no trademark to enforce and no official list of approved versions. 2048 was released under the MIT licence, which lets anyone copy, rename and republish it (the story behind that decision is on who created 2048). The result is thousands of builds sharing one name, ranging from faithful ports to apps that only borrow the branding.
What an authentic 2048 does
A build that is genuinely playing 2048 follows four rules you can verify in under a minute:
- The board is 4×4 and every swipe moves all tiles in that direction at once.
- Each move spawns exactly one new tile, a 2 about nine times out of ten and a 4 the rest of the time.
- Two equal tiles merge into their sum, and a freshly merged tile cannot merge again on the same move.
- The run ends only when the board is full with no matching neighbours — nothing is time-limited or paywalled.
If a version stalls your progress, changes the spawn odds after a few games, or blocks the board until you watch something, it is not following the original rules regardless of what it is called.
Original, honest clone, or knockoff
| Signal | Cirulli's original | 2048.now | Deceptive knockoff |
|---|---|---|---|
| Board and rules | 4×4, goal tile 2048 | Same rules, plus optional 5×5 and 6×6 boards | Rules unpublished; progress often throttled |
| Source code | Public on GitHub, MIT licence | Own platform code, original mechanics kept intact | Closed, with no description of how tiles spawn |
| Cost model | Free, no ads, no purchases | Free to play | Free to install, then forced video ads between moves |
| What it promises | A puzzle, nothing else | Ranked play, leaderboards and cosmetics | Cash or gift-card payouts for reaching a tile |
| What it asks for | Nothing | An optional free account | An account plus payment or withdrawal details |
The clearest warning sign
Any version that promises real money, gift cards or physical prizes for merging tiles should be treated as an advertising product rather than a game. The best-known example is analysed in detail in 2048 Cube Winner explained: the tile mechanics are only the wrapper, the payout is the hook, and the withdrawal threshold is where players find out. Cirulli's original has never had any monetisation attached to it at all.
Where 2048.now fits
2048.now is not the original and does not claim to be. It is a competitive platform built on the original mechanics, which are kept identical on the Classic 4×4 board, and extended with ranked seasons, global leaderboards, a military rank ladder from Private to General, trophies, cosmetics and larger 5×5 and 6×6 boards. If you want the 2014 experience exactly as written, play Cirulli's version; if you want the same puzzle with a competitive record attached, that is what this site adds.