This is a clone of 2048 implemented using React.
To run, simply clone the repo , install dependencies and start a web server serving the main project directory.
git clone https://github.com/MohitMurotiya/2048.git
cd 2048
npm install
npm start
Start Playing & Enjoy 🔥😎
and the game will be accessible on localhost:3000
.