# 2048

[_YouTube_ Watch on YouTube](https://youtu.be/4NFZwPhqeRs)

2048 is a puzzle game written by Italian web developer Gabriele Cirulli and published on GitHub. The objective of the game is to slide numbered tiles on a grid to combine them until reaching the number 2048. It was originally written in JavaScript and CSS over a weekend, and released on March 9th, 2014 as free and open-source software.

## Details

- **Difficulty** – Intermediate
- **Topics** – UI, Grid Logic, Animation
- **Version** – Unity 2021.3
- **Duration** – ~2hr 0min
- [**Source Code**](https://github.com/zigurous/unity-2048-tutorial)
- [**FAQs**](https://github.com/zigurous/unity-2048-tutorial/wiki)
