2048 Fusion
2048 Fusion is a free browser puzzle game: slide numbered tiles with the arrow keys, with W A S D, or with a swipe of at least 24 pixels on a touch screen, and merge matching pairs until you reach 2048. The twist is the fusion tile - every time you create a new highest number, a wildcard drops onto the board that merges with any one neighbor. Five difficulty tiers ship with the game: Sprout, Casual, Standard, Brutal and Inferno, and each one changes the board size, the undo budget, the odds of a 4 appearing and whether the run can end at all. Boards come in 4x4 and 5x5. The whole page weighs about 22 KB including 11 KB of gzipped JavaScript, it runs offline after the first load, and no account is required.
Play 2048 Fusion
Arrow keys or W A S D to move. U undoes, R starts a new run, Escape opens the menu. On a touch screen, swipe at least 24 pixels across the board.
How to play
- Pick one of the five difficulty tiers on the start screen. Standard is selected for you. You can change tiers later from the menu, and each tier keeps its own best score.
- Slide the whole board with the arrow keys, with W A S D, or by swiping at least 24 pixels on a touch screen. Every tile travels as far as it can in that direction.
- When two tiles carrying the same number collide they merge into one tile of double the value, and that value is added to your score. A tile can only merge once per move.
- Every move drops one new tile onto a random empty square. How often that tile is a 4 instead of a 2 depends on the tier you chose.
- Each time you create a new highest number, a fusion tile appears. It is a wildcard: it merges with whichever neighbor it runs into, doubling that neighbor. Inferno is the one tier that never gives you one.
- Press Undo (or the U key) to step back. Sprout gives you unlimited undos, Casual five, Standard three, Brutal one, and Inferno none at all.
- Reach the 2048 tile to win. You can stop there or choose "Keep going" and push for 4096 and beyond. The run ends when no move is left in any direction - except on Sprout, which never ends.
What each difficulty tier changes
- Sprout
- Built for young kids: a roomy 5x5 board, only 2-tiles ever appear, unlimited undo, and no game over - if the board jams, the smallest tile disappears so play can continue.
- Casual
- A 4x4 board with five undos per run, a 10% chance that a new tile is a 4, and a wildcard fusion tile every time you reach a new highest number.
- Standard
- The default: a 4x4 board, three undos per run, a 12% chance of a 4, a wildcard fusion tile on every new highest number, and the run ends when no move is left.
- Brutal
- One undo for the entire run, a 25% chance of a 4, and every 40 merges an immovable slag block drops in that only a merge of 128 or higher beside it can destroy.
- Inferno
- No undo, no fusion tiles, a 35% chance of a 4, slag every 20 merges, and a 15-second clock on each move that drops an extra tile the moment you stall.
Features
- Five difficulty tiers - Sprout, Casual, Standard, Brutal and Inferno, switchable mid-session from the menu, each with its own best score.
- Fusion tiles - a wildcard that merges with any neighbor, handed to you each time you set a new highest number.
- Slag blocks - immovable obstacles on Brutal and Inferno, destroyed only by a merge of 128 or higher landing beside them.
- Undo - a full board-state history, so stepping back is instant and never re-shuffles the tiles.
- 4x4 and 5x5 boards - switch size at any time; Sprout stays on 5x5 for the extra room.
- Your run survives a refresh - the board, the score and the undo history are saved in your browser as you play.
- Shareable summary - finish a run and copy a plain-text recap of your score, largest tile and move count to the clipboard.
- Built for keyboards and screen readers - full keyboard control, visible focus rings, a spoken board readout, and reduced-motion support.
- No account, no tracking of your play - the game never sends your score anywhere; everything lives in your own browser.
Frequently asked questions
How do you play 2048 Fusion?
Slide every tile on the board in one direction using the arrow keys, W A S D, or a swipe of at least 24 pixels on a touch screen. Tiles showing the same number merge into a single tile of twice the value, and that value is added to your score. One new tile appears after each move. The goal is a 2048 tile, and the run ends when no move in any direction would change the board.
What is a fusion tile?
A fusion tile is a wildcard. It appears each time you create a new highest number on the board, and it merges with whichever neighbor it slides into, doubling that neighbor's value instead of needing a matching pair. Each fusion tile can be used once. Four of the five difficulty tiers grant them; Inferno never does.
What do the five difficulty tiers change?
Sprout is built for young kids: a roomy 5x5 board, only 2-tiles, unlimited undo and no game over. Casual is 4x4 with five undos and a 10% chance of a 4. Standard is the default at 4x4 with three undos and a 12% chance of a 4. Brutal allows one undo for the whole run, raises the odds of a 4 to 25% and drops an immovable slag block every 40 merges. Inferno removes undo and fusion tiles entirely, makes 35% of new tiles a 4, drops slag every 20 merges and puts a 15-second clock on every move.
Is 2048 Fusion free, and do I need an account?
It is free and there is no account, no sign-up and no download. The game is a single web page with no backend and no database: your best scores, your current board and your total merge count are stored in your own browser's localStorage and never leave your device. It also runs offline after the first load.
Does my run survive closing the tab, and how does undo work?
Yes. The board, the score and the remaining undos are written to your browser after every move, so reopening the page drops you back into the run exactly where you left it. Undo steps back one move at a time, restoring the board, the score and the merge count together; how many you get depends on the tier, from three on Standard down to one on Brutal and none at all on Inferno. Sprout has unlimited undo, and it also has no game over: if the board ever jams, the smallest tile is removed so play can continue.
How was this game made?
2048 Fusion was generated and deployed from a single prompt by Quodara, an AI agent platform that turns a written description into a deployed web app. The prompt described the fusion-tile rule, the five difficulty tiers, the animation timings and the accessibility requirements, and the agent produced the code, the artwork and the deployment. The full write-up is on the 2048 Fusion case page at Quodara.
About this build
2048 Fusion was generated from a single prompt on Quodara and deployed on 2026-08-21. The finished page transfers roughly 22 KB on a cold load, of which about 11 KB is gzipped JavaScript - there is no game engine, no framework and no third-party script on the critical path. Every rule the game plays by, from the spawn odds to the slag interval, lives in one configuration object so the whole difficulty ladder can be retuned without touching the game logic. The full write-up, including the prompt that produced it, is at quodara-ai.com/showcase/2048-fusion.