In this project, I've created the popular 2048 puzzle game using JavaScript. The objective is to slide and combine tiles with the same number to reach the elusive 2048 tile. It's an addictive and brain-teasing game that will challenge your strategic thinking.
You can play the game online by following this link: 2048 Game Demo.
- Use the arrow keys (Up, Down, Left, Right) to move the tiles.
- Tiles with the same number will combine when they touch.
- Your goal is to create a tile with the number 2048.
- Simple and intuitive gameplay.
- Score tracking to challenge your best performance.
- Responsive design for an enjoyable experience on various devices.
- JavaScript: The game logic and functionality are implemented in JavaScript.
- HTML and CSS: The structure and styling of the game are done with HTML and CSS.
- Enjoy the game and have fun trying to reach the 2048 tile!
- Clone this repository to your computer.
- Use
npm installoryarn installto install all project dependencies. - Run the project with
npm startoryarn start. - Open a web browser and go to
http://localhost:3000to see my application.