Skip to content

damanbodya/2048

 
 

Repository files navigation

Welcome to the 2048 Game project!

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.

Demo

You can play the game online by following this link: 2048 Game Demo.

How to Play

  • 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.

Features

  • Simple and intuitive gameplay.
  • Score tracking to challenge your best performance.
  • Responsive design for an enjoyable experience on various devices.

Technologies Used

  • 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!

Launching the Project.

  1. Clone this repository to your computer.
  2. Use npm install or yarn install to install all project dependencies.
  3. Run the project with npm start or yarn start.
  4. Open a web browser and go to http://localhost:3000 to see my application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 57.2%
  • SCSS 24.5%
  • HTML 18.3%