Threes!
Threes! is a sliding puzzle game played on a 4x4 grid that inspired the more famous 2048.
About Threes!
Threes! is a sliding puzzle game played on a 4x4 grid that inspired the more famous 2048. Numbered tiles slide one space at a time when the player swipes, and specific tiles can combine: 1 and 2 merge into 3, and matching tiles of 3 or higher merge into their sum (3+3=6, 6+6=12, and so on). Unlike 2048, tiles move only one space per swipe, new tiles can enter from any edge, and the merging rules are asymmetric for low numbers. This creates a deeper, more strategic game with finer-grained decisions.
How to play Threes!
Rules
- The game starts with nine tiles on a 4x4 grid, using values from the set {1, 2, 3}.
- The player swipes in one of four directions: up, down, left, or right.
- Each tile moves at most one space in the swiped direction (not all the way to the edge like in 2048).
- Two tiles merge when they slide into each other if:
- A 1 and a 2 combine to make 3.
- Two tiles of the same value (3 or higher) combine to make their sum (e.g., 3+3=6, 48+48=96).
- 1s cannot merge with 1s, and 2s cannot merge with 2s.
- After each swipe, a new tile enters from the edge opposite to the swipe direction. The game previews which tile is coming next.
- The game ends when no moves are possible.
Scoring
- Each tile's score is 3^(log2(tile/3) + 1). In practice: tile 3 = 3 points, 6 = 9, 12 = 27, 24 = 81, 48 = 243, 96 = 729, etc.
- The total score is the sum of all tiles' individual scores.
- Higher tiles are exponentially more valuable.
Strategies
- Keep High Tiles in a Corner: Similar to 2048, anchor your highest tile in a corner and build around it.
- Manage 1s and 2s Carefully: These "small" tiles can clog the board. Pair them up into 3s as quickly as possible.
- Use the Preview: The game shows you what the next incoming tile will be. Use this information to decide which direction to swipe, ensuring the new tile doesn't disrupt your arrangement.
- Avoid Creating Isolated Tiles: A lone high tile surrounded by mismatched tiles is difficult to merge. Keep matching values adjacent.
- One-Space Movement Matters: Since tiles only move one space per swipe, you need more moves to rearrange the board. Plan several moves ahead.
- Edge Management: New tiles enter from the opposite edge. If you swipe right, a new tile appears on the left. Use this to place incoming tiles strategically.
History of Threes!
Threes! was created by Asher Vollmer (designer) and Greg Wohlwend (artist), with music by Jimmy Hinson. The game was released on February 6, 2014, for iOS, and was the result of over 14 months of careful design, prototyping, and playtesting. The developers publicly documented their extensive development process, revealing that the game went through countless iterations to achieve its precise, elegant feel.
The game received universal acclaim from critics and players, winning multiple awards including Apple Design Award 2014, and being named Apple's Game of the Year for iPhone in 2014. Reviewers praised its depth, polish, and the subtlety of its merging rules, which created a game that was easy to learn but deeply strategic. The game was later released on Android and other platforms.
However, Threes' legacy is inextricably linked to the creation of 2048. Just one month after Threes' release, Gabriele Cirulli created 2048 as a free, open-source web game with simplified mechanics (all tiles of the same value can merge, tiles slide to the edge). 2048 went massively viral, overshadowing Threes in public awareness. The Threes developers published a detailed blog post about their reaction, noting the irony that their carefully crafted game was eclipsed by a simpler imitation that was available for free. This became a widely discussed case study in game design about the tension between originality and accessibility.
Despite living in 2048's shadow, Threes! is widely regarded by game designers and critics as the superior game. Its asymmetric merging rules (1+2=3 but 1+1 and 2+2 don't merge), single-space movement, and incoming tile preview create strategic depth that 2048 lacks. The game continues to be played and appreciated by puzzle game enthusiasts, and it inspired a broader genre of sliding merge games. It stands as a testament to thoughtful game design and the value of nuanced mechanics.