This is a simple implementation of the 2048 puzzle game using HTML, CSS, and JavaScript. The objective of the game is to slide numbered tiles on a grid to combine them and create a tile with the number 2048.
https://655ad1cf2802f3334f0d66a6--wondrous-praline-79356c.netlify.app/
Use Arrow keys (Up, Down, Left, Right) to move the tiles. When two tiles with the same number touch, they merge into one.
- HTML
- CSS
- JavaScript