A visually stunning, neon-themed implementation of the classic 2048 puzzle game. This project features a modern "glassmorphism" aesthetic with vibrant glow effects, smooth animations, and a responsive design.
- Neon Glassmorphism UI: Beautiful semi-transparent backgrounds with deep blurs and glowing accents.
- Dynamic Animations: Smooth tile movement, appearance transitions, and merge effects.
- Score Tracking: Real-time score updates as you merge tiles.
- Classic Gameplay: Familiar 2048 mechanics with arrow keys or WASD controls.
- Responsive Layout: Optimized for various screen sizes while maintaining a premium feel.
- Frontend: HTML5, SCSS (Sass)
- Logic: Vanilla JavaScript (ES6+)
- Build Tool: Parcel
- Lints: ESLint, Stylelint, LintHTML
-
Clone the repository:
git clone https://github.com/your-username/2048-game.git cd 2048-game -
Install dependencies:
npm install
To start the development server:
npm startThis will run the project using Parcel, and you can view it in your browser (usually at http://localhost:1234).
To create a production-ready build:
npm run buildThis project is licensed under the GPL-3.0 License.