2048 is a simple yet addictive puzzle game where the goal is to combine tiles with the same numbers to create a tile with the number 2048. Players move the tiles by using the arrow keys in four directions—up, down, left, or right—and each move merges tiles of the same value while new tiles appear on the grid. The game challenges players to think strategically to achieve higher numbers without filling the grid, as the game ends when no more moves are possible.
- HTML
- SASS/SCSS
- JavaScript (OOP)