Fusion2048 is an engaging 2048 puzzle game built with HTML, CSS, and JavaScript. The game challenges players to merge tiles with the same numbers to reach the highest possible score. The game offers smooth animations, user-friendly controls, and a modern design.
Check out the live demo here.
- Classic 2048 Gameplay: Play the classic 2048 game by combining tiles to create larger numbers.
- Smooth Animations: Tiles move and merge with smooth animations for a better gaming experience.
- Score Tracking: Keep track of your score while playing.
- Responsive Design: Fully responsive layout that works on desktop and mobile devices.
├── index.html
├── style.css
├── app.js
- HTML5: For structuring the game page.
- CSS3: For styling and layout of the game.
- JavaScript: For game logic, tile movement, merging, and scoring.
- Launch the Game: Open the Fusion2048 in your browser.
- Swipe to Move Tiles: Use arrow keys (or swipe on mobile) to move tiles in the grid.
- Merge Tiles: Combine tiles with the same number to create larger numbers.
- Reach 2048: Try to reach the 2048 tile or achieve the highest score possible.
- Clone the repository:
git clone https://github.com/URAYUSHJAIN/fusion2048.git
- Open
index.html
in your browser to play the game.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
🌟 Star this repository if you found this project fun and enjoyable! 😊