Welcome to the classic 2048 game implementation! Play now: 2048 Game
This project is an implementation of the popular 2048 game using 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. The game continues until the grid is full or the player achieves the 2048 tile.
- Smooth and intuitive gameplay experience.
- Responsive design, playable on both desktop and mobile devices.
- Score tracking to keep track of your progress.
- Ability to restart the game at any time.
- Use the arrow keys or swipe gestures (on mobile) to move the tiles in the desired direction.
- Tiles with the same number merge when they collide, doubling their value.
- Continue merging tiles strategically to reach the elusive 2048 tile.
The game is deployed and accessible online at 2048 Game. Click the link to start playing instantly!
Contributions, bug reports, and feedback are welcome! Feel free to fork the repository and submit pull requests to suggest improvements or fix any issues you encounter.
This project was developed by me but is based on the original 2048 game created by Gabriele Cirulli.