A downloadable game for Windows

Download NowName your own price

2048: Puzzle Challenge

2048: Puzzle Challenge is a polished implementation of the popular mathematical puzzle game. The player slides numbered tiles on a grid to combine them and create a tile with the number 2048. Smooth animations, logical consistency, and a clean interface make this version both satisfying and challenging to play.

I created this project to strengthen my understanding of grid-based logic, algorithmic thinking, and dynamic UI systems in Unity.

What I learned while creating 2048

During the development process, I honed the following skills:

  • Grid Logic & Algorithms — implementing a complex system for tile movement, merging logic, and ensuring only one merge occurs per tile per move.
  • C# & Data Structures — working with 2D arrays (matrices) to manage the game board state and handling empty cell detection.
  • Unity UI & Layouts — building a responsive interface using Canvas, Grid Layout Groups, and UI Anchors to support various screen ratios.
  • Animation Systems — using Coroutines or Tweening (e.g., DOTween) to create smooth transitions for tiles sliding and scaling.
  • Input Management — handling both keyboard arrows and Swipe gestures for a seamless cross-platform experience.
  • State Management — implementing Game Over and Win conditions, as well as saving the High Score using PlayerPrefs.

2048: Puzzle Challenge is a solid project that demonstrates my ability to handle complex programming logic and deliver a polished, bug-free user experience.

Published 11 days ago
StatusReleased
PlatformsWindows
AuthorInfinity1212121

Download

Download NowName your own price

Click download now to get access to the following files:

2048 Game.rar 28 MB

Leave a comment

Log in with itch.io to leave a comment.