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.
Play now: 2048 Game
- HTML5, SCSS, JavaScript (ES6+) — core structure, styling, and interactivity
- Repeats the original game design
- Gulp — task automation
- Parcel — development server and bundler
- Stylelint — CSS/SCSS linting
- ESLint — JavaScript linting
- Prettier — code formatting
Follow these steps to get started:
git clone https://github.com/19Eduard99/js-2048-game.gitnpm installor using yarn:
yarn installUsing npm:
npm startor using yarn:
yarn start