Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.24 KB

Project Title: 2048 Game

Description:

The "2048 Game" project is an implementation of the popular game 2048 using vanilla JavaScript. The 2048 game is a puzzle game where players combine numbered tiles on a grid to achieve the highest possible score. The goal is to reach the 2048 tile by sliding and merging tiles with the same number. The game ends when there are no more possible moves.

Key Features:

  • Responsive Design: The game is designed to be responsive and can be played on different devices and screen sizes.
  • User-friendly Interface: The interface provides a intuitive gaming experience, allowing players to easily understand and interact with the game.
  • Score Tracking: The game keeps track of the player's score, displaying it in real-time and updating it with each move.

Technologies Used:

  • HTML: The structure and layout of the game are built using HTML.
  • SASS: SASS (Syntactically Awesome Style Sheets) is used as a preprocessor for CSS,
  • JavaScript: The game logic and functionality are implemented using vanilla JavaScript.

Preview:

You can preview and play the "2048 Game" by visiting the following link: 2048 Game Preview

Feel free to explore and enjoy the "2048 Game"!