The Original 2048, by Gabriele Cirulli
Searching for the original 2048, the one made by Gabriele Cirulli? Here's its real history — and a free, independent version of the same game you can play right now.
Play now Classic mode (original rules) Browse 900 puzzles
Who created 2048?
2048 was created by Gabriele Cirulli, an Italian web developer, who built the game in a single weekend and released it on GitHub on March 9, 2014. Cirulli has said he was inspired by 1024 by Veewo Studio and described 2048 as conceptually similar to Threes by Asher Vollmer — a short lineage of sliding-number puzzles that already had a passionate following. Within days of that March release, the browser game was circulating through social media, news coverage, and school and office networks, and it has been played by millions of people since.
The original 2048 was released as free and open-source software under the MIT License. That license is the practical reason so many independent versions — including this one — can exist at all: anyone may reimplement the rules, restyle the board, or add new modes without copying Cirulli's source. The core idea stayed tiny on purpose: a 4×4 grid, four swipe directions, and a single goal tile that doubles with every successful merge.
2048 Tile Game is an independent implementation of that same tile-merging idea, built from scratch. It is not a copy of Cirulli's source code, and it is not affiliated with, endorsed by, or sponsored by Gabriele Cirulli or play2048.co. Players who want Cirulli's own release should open the official site linked on this page; this page exists to credit the lineage and explain how the original rules still shape every board here.
From Threes and 1024 to 2048
The 2014 release did not appear from nowhere. Asher Vollmer's Threes (2014) established the modern sliding-number genre: cards with values slide on a small grid, matching values combine, and a new card appears after each move. Veewo Studio's 1024 took that idea into a free browser-friendly form with powers of two. Cirulli's 2048 kept the power-of-two merges and the four-direction swipe, then tuned the presentation — soft pastel tiles, a clear score, and a browser tab you could open without installing anything — until the loop felt inevitable.
What made 2048 travel so fast was how little it asked of a new player. There is no tutorial wall, no account gate, and no timed mode in the original release. You open the page, swipe once, watch two tiles meet, and immediately understand the win condition. That clarity is why "the original 2048" still means Cirulli's March 2014 game even after years of clones, apps, and board-size experiments.
Because the MIT-licensed source was public on GitHub, the community could read exactly how merges, spawns, and game-over checks worked. Independent sites like this one reimplement those rules rather than wrapping the 2014 JavaScript. Crediting Cirulli — and pointing players who want his build to play2048.co — keeps the lineage honest while letting each site decide which extras (undo, daily boards, larger grids) belong on top of the same core.
How the original 2048 rules work
The original board is a fixed 4×4 grid — sixteen squares and no more. Every turn, you choose one direction: up, down, left, or right. On a phone that is a swipe; on a keyboard it is an arrow key (many later ports also accept WASD). Every tile on the board slides as far as it can in that direction until it hits a wall or another tile. There is no selecting a single tile; the whole field moves together.
When two tiles with the same number collide, they merge into one tile worth their sum: two 2s become a 4, two 4s become an 8, and so on up the power-of-two ladder. Each pair merges only once per move, so a chain of three matching tiles does not collapse into a single tile in one swipe. After a move that actually changes the board, a new tile spawns in a random empty square. In the classic rules that spawn is a 2 most of the time and a 4 the rest of the time. A swipe that cannot slide or merge anything does nothing — no new tile appears — so dead inputs never waste a spawn.
You win the moment a 2048 tile appears. Cirulli's original lets you keep going for higher tiles and a bigger score, or start a new game. The run ends when the board is full and no swipe in any direction can produce a merge. There is no undo in the 2014 release: every swipe is permanent, which is why later "classic" modes that disable power-ups feel closer to the original than modes that let you rewind a mistake.
What makes the original distinct from variants
Later 2048-style games keep the merge loop but change the constraints. A 3×3 board is denser and ends faster; a 5×5 board gives more empty space and longer planning horizons. Power-ups such as undo, swap, or delete change the risk of a bad swipe. Daily challenges freeze the random seed so everyone shares one board for one day. Numbered puzzle libraries make a specific spawn sequence replayable so you can practice the same layout again.
None of those extras were in Cirulli's March 2014 release. The original is one board size, one rule set, no account, no leaderboard, and no saved undo. That narrowness is the point of an "original 2048" search: people want the unadorned rules that made the genre famous, not a feature checklist. Variants are useful once you already know that baseline — they are not a substitute for understanding how the 4×4 game behaves when every swipe is final.
Play the original idea here — then try the variant library
On this site, Classic mode is the closest match to the 2014 rules: a 4×4 board with no undo and no power-ups. Standard mode on the homepage keeps the same merges and spawns but adds Undo, Swap, and Delete for recovery. The daily challenge posts one shared board per day (with an archive of past days), still on the familiar power-of-two ladder.
When you want more than a single endless board, the numbered puzzle library splits into three size hubs — 4×4, 5×5, and 3×3 — with 300 deterministic boards each (900 total). Board numbers are stable: puzzle #243 on the 5×5 hub always uses the same spawn sequence, so you can share a link or retry a line after a collapse. That library is an extension of Cirulli's idea, not a replacement for it — learn the original loop first, then use a fixed board to practice.
If you are here because you searched for the original game by Gabriele Cirulli, start with Classic mode for the 2014 feel, open Cirulli's own site when you want his build, and treat the 3×3 / 5×5 hubs as optional next steps once the 4×4 rules are second nature. The how-to-play and strategy guides on this site assume those same original rules before they talk about variants.
Not affiliated with Gabriele Cirulli or play2048.co
2048 Tile Game is an independent, unofficial site. We are not affiliated with, endorsed by, or sponsored by Gabriele Cirulli or play2048.co. We built our own implementation of the tile-merging idea he made popular, and we credit him for creating it — see our About page for the same credit line. For Cirulli's own release, open play2048.co; the classic 2014 build remains at classic.play2048.co.
What you get here that the original doesn't have
| Feature | Original 2048 (2014) | 2048 Tile Game |
|---|---|---|
| Board sizes | One (4×4) | Three (4×4, 5×5, 3×3) |
| Undo | None | Power-up in Standard mode; one-step undo in the puzzle library and archive |
| Daily challenge | None | Yes, with a full archive of past days |
| Puzzle library | None | 900 numbered, replayable boards |
| Leaderboard | None | Yes, daily best times |
| Account | None | Optional sign-in |
| Cost | Free | Free |
Want the rules of the 2014 game exactly as released, with no power-ups and no undo? Play Classic mode. Want more boards to practice on? The puzzle library has 900 numbered boards across the 4×4, 5×5, and 3×3 hubs — for example 5×5 board #243 — and the strategy guide and how-to-play guide cover the rules and tips in depth.
Original 2048 FAQ
Is this the original 2048?
No. The original 2048 was created by Gabriele Cirulli and released on March 9, 2014 as free, open-source software. 2048 Tile Game is an independent implementation of the same tile-merging idea, built from scratch. It is not affiliated with, endorsed by, or sponsored by Gabriele Cirulli or play2048.co.
Who made 2048?
2048 was created by Gabriele Cirulli, an Italian web developer, who built it in a single weekend in March 2014. He was inspired by 1024 by Veewo Studio and described 2048 as conceptually similar to Threes by Asher Vollmer. The original game is open-source under the MIT License.
Is 2048 Tile Game free to play?
Yes. Every board here is completely free, with no app to install and no account required. Play as many games as you like in your browser on phone, tablet, or desktop — and if you want to appear on the daily leaderboard, you can optionally sign in.
What's different here from the original 2048?
The 2014 original is a single 4×4 board with no undo, no daily challenge, and no puzzle library. This site keeps the same core rules but adds a Classic mode that plays exactly like the original, a Standard mode with Undo, Swap, and Delete power-ups, 3×3 and 5×5 boards, a daily challenge with an archive, and a 900-board numbered library.
Do I need an account to play?
No. You do not need an account to play any board on this site. Signing in is optional and only adds the daily leaderboard and cross-device progress sync; every board is fully playable signed out.