A web-based implementation of the classic puzzle game 2048, where players combine tiles to reach the number 2048.
- SCSS – Styling
- Gulp – Task automation
- ESLint – JavaScript linting
- Stylelint – CSS/SCSS linting
- Prettier – Code formatting
- Parcel – Bundler for web applications
- JavaScript (Vanilla) — No external libraries or frameworks
This project is a demonstration of:
- Game logic and mechanics
- DOM manipulation
- Creating interactive web applications without external libraries
Make sure you have the following installed:
-
Clone the repository
git clone https://github.com/maxmodrr/2048.git cd 2048 -
Install dependensies
npm i
-
Start the development server
npm start
You're welcome to explore the project!