Skip to content

kifont/Game-2048

Repository files navigation

Game - 2048

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 Preview

Live website: Game - 2048

Technologies Used 💻

Core

  • HTML5 (v7.0.3) – Markup language
  • SCSS (v7.0.3) – Styling
  • JavaScript (ES6+) - Game logic and interactivity

Development & Deployment

  • ESLint (v8.57.0) - Code quality
  • Prettier (v3.3.2) - Code quality
  • GitHub - Hosting and deployment

Getting started

Follow these steps to set up the project locally:

1. Clone the repository

git clone https://github.com/kifont/Game-2048.git
cd Game-2048

2. Install dependencies

npm install
# or
yarn install

3. Run the project locally

npm start
# or
yarn start

The game will launch in your default browser at http://localhost:PORT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published