This is a simple implementation of the popular game 2048, built with React.
- Smooth and responsive gameplay
- Score tracking
- Colorful UI
First, clone the repository:
git clone https://github.com/lutif/2048.git
Then, install the dependencies:
npm install
npm start