Skip to content

IvanRyabukha/2048_copy_JS_game

Repository files navigation

DEMO

JS 2048 Game

Classic 2048 puzzle game implemented in pure JavaScript.

  • Move tiles with arrow keys (← ↑ → ↓)
  • Combine numbers to reach 2048
  • Score tracking and restart option
  • Clean, modular architecture (Game.class.js handles logic)

🧩 Project structure

. ├── src │ ├── modules │ │ └── Game.class.js # Game logic │ ├── styles # SCSS styles │ ├── scripts # Main JS files │ └── index.html # Entry point ├── gulpfile.js # Build configuration ├── package.json ├── .stylelintrc └── README.md

🚀 How to run locally

Clone the repository

git clone https://IvanRyabukha.github.io/2048_copy_JS_game/
cd js_2048_game

Install dependencies
npm install

Run the project
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors