A classic puzzle game where the player slides numbered tiles on a 4×4 grid to combine matching numbers and reach the 2048 tile. This implementation is built from scratch using JavaScript, featuring clean architecture, score tracking, and win/loss detection. Perfect for practicing strategic thinking and algorithmic logic.
Live website: Game - 2048
- HTML5 (v7.0.3) – Markup language
- SCSS (v7.0.3) – Styling
- JavaScript (ES6+) - Game logic and interactivity
- ESLint (v8.57.0) - Code quality
- Prettier (v3.3.2) - Code quality
- GitHub - Hosting and deployment
Follow these steps to set up the project locally:
git clone https://github.com/kifont/Game-2048.git
cd Game-2048npm install
# or
yarn install
npm start
# or
yarn start
The game will launch in your default browser at http://localhost:PORT.