2048 | Game Development

2048 in Unity

Game Overview:

2048 is a single-player sliding tile puzzle game. The objective is to merge tiles with the same numbers on a grid to create a tile with the number 2048. The game is played on a 4x4 grid, and tiles slide in one of four directions: up, down, left, or right.

Play Now

Rules of 2048:
  • When two tiles with the same number collide during a move, they combine into one tile with their sum.
  • After every move, a new tile appears in a random empty spot.
  • Create a tile with the number 2048 to win the game.
  • The game ends when there are no valid moves left (no empty spaces or possible merges).
  • The score increases with each merge, equal to the value of the merged tiles.
Players aim to reach 2048 or achieve the highest score possible.

Project Overview:

Unity Version: Unity 6
Project Completed: 23 November, 2024

Source Code

Pages