Inspiration

Based on the popular 2048 web puzzle game. Provides a familiar and enjoyable challenge.

What it does

Implements a web-based version of the 2048 puzzle. Players strategically combine numbered tiles to reach the goal of 2048.

How we built it

Utilizes HTML to structure the game's content and layout. Leverages CSS to style the visual elements of the game. (Bonus point) Employs Javascript to handle core functionalities like tile movement, merging, scoring, and game state management.

Challenges we ran into

Ensuring smooth animations and tile movement. Detecting and handling any invalid user input effectively.

Accomplishments that we're proud of

Successfully creating a functional and playable 2048 clone. Implementing additional features like scorekeeping, timer, and game over state.

What we learned

Reinforces core web development concepts like DOM manipulation, event handling, and game logic. Highlights the importance of code optimization and responsiveness in web applications.

What's next for 2048-Clone

Potential for introducing different difficulty levels to cater to various skill sets. Adding features like undo functionality to enhance user experience.

Built With

Share this project:

Updates