Skip to content

maxmodrr/2048

Repository files navigation

2048 game on JavaScript

A web-based implementation of the classic puzzle game 2048, where players combine tiles to reach the number 2048.

Live Demo

2048

Reference Link

REFERENCE

Technologies Used

  • 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

Purpose

This project is a demonstration of:

  • Game logic and mechanics
  • DOM manipulation
  • Creating interactive web applications without external libraries

Running the Project Locally

Make sure you have the following installed:

  • Node.js (recommended version: >=18.17.1)
  • npm (comes with Node.js)
  • Git

Steps to Run the Project

  1. Clone the repository

    git clone https://github.com/maxmodrr/2048.git
    cd 2048
  2. Install dependensies

    npm i
  3. Start the development server

    npm start

You're welcome to explore the project!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors