/2048

Primary LanguageJavaScript

2048 Game

This is a simple implementation of the popular game 2048, built with React. Screenshot 2023-12-02 at 2 59 34 PM

Features

  • Smooth and responsive gameplay
  • Score tracking
  • Colorful UI

Installation

First, clone the repository:

git clone https://github.com/lutif/2048.git

Then, install the dependencies:

npm install

Running the app

npm start