Skip to content

19Eduard99/js-2048-game

Repository files navigation

2048 Game (Vanilla JS + DOM + CSS)

A classic 2048 puzzle game built using pure JavaScript. The goal is to combine tiles with the same number to reach the 2048 tile. The project is implemented with clean DOM manipulation and simple responsive styling.

🎮 Live Demo

Play now: 2048 Game

Technologies

🧱 Core

  • HTML5, SCSS, JavaScript (ES6+) — core structure, styling, and interactivity

🎨 Design

  • Repeats the original game design

🛠 Development & Deployment

  • Gulp — task automation
  • Parcel — development server and bundler
  • Stylelint — CSS/SCSS linting
  • ESLint — JavaScript linting
  • Prettier — code formatting

Get Started

Follow these steps to get started:

1. Clone the repository

git clone https://github.com/19Eduard99/js-2048-game.git

2. Install dependencies

npm install

or using yarn:

yarn install

3. Run the development server

Using npm:

npm start

or using yarn:

yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors